aboutsummaryrefslogtreecommitdiff
path: root/features/slayers
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-01 20:37:11 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-01 20:37:11 +0800
commitbd7630cb2610e00b686f8e571a8472b2f66fb0af (patch)
treef65d0755420ad2b16e9beb232a571765c5e7679f /features/slayers
parent8eb4cdc1b8dabd79fb19bbff98391bdb1e2fbe44 (diff)
downloadSoopyV2-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.js2
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) {