diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-01 20:37:11 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-01 20:37:11 +0800 |
commit | bd7630cb2610e00b686f8e571a8472b2f66fb0af (patch) | |
tree | f65d0755420ad2b16e9beb232a571765c5e7679f /features/slayers | |
parent | 8eb4cdc1b8dabd79fb19bbff98391bdb1e2fbe44 (diff) | |
download | SoopyV2-bd7630cb2610e00b686f8e571a8472b2f66fb0af.tar.gz SoopyV2-bd7630cb2610e00b686f8e571a8472b2f66fb0af.tar.bz2 SoopyV2-bd7630cb2610e00b686f8e571a8472b2f66fb0af.zip |
clear boss waypoints on world load
Diffstat (limited to 'features/slayers')
-rw-r--r-- | features/slayers/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |