From bd7630cb2610e00b686f8e571a8472b2f66fb0af Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 1 May 2022 20:37:11 +0800 Subject: clear boss waypoints on world load --- features/slayers/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/slayers/index.js b/features/slayers/index.js index 929d7dc..13abf1f 100644 --- a/features/slayers/index.js +++ b/features/slayers/index.js @@ -153,6 +153,8 @@ class Slayers extends Feature { this.eyeE = []; this.emanBoss = undefined; this.actualEmanBoss = undefined + + this.slayerLocationDataH = {} } entityAttackEvent(event) { -- cgit