diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-26 20:59:37 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-26 20:59:37 +0800 |
commit | c94aa38236c9b73a9f5a9dda30a6d9039d1770c9 (patch) | |
tree | d4129d47b0b4e37dce2de8a0c2bfacdcf93316c1 /features/slayers/index.js | |
parent | 830990fc97d1e7bd88adbabfee4f6f42657abe56 (diff) | |
download | SoopyV2-c94aa38236c9b73a9f5a9dda30a6d9039d1770c9.tar.gz SoopyV2-c94aa38236c9b73a9f5a9dda30a6d9039d1770c9.tar.bz2 SoopyV2-c94aa38236c9b73a9f5a9dda30a6d9039d1770c9.zip |
+ clear slayer waypoint after slayer kill
Diffstat (limited to 'features/slayers/index.js')
-rw-r--r-- | features/slayers/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/slayers/index.js b/features/slayers/index.js index 63c90b0..3c5c523 100644 --- a/features/slayers/index.js +++ b/features/slayers/index.js @@ -97,6 +97,7 @@ class Slayers extends Feature { this.lastSlayerExp = 0; this.lastBossSlain = 0; this.registerChat("&r &r&a&lSLAYER QUEST COMPLETE!&r", (e) => { + socketConnection.sendSlayerSpawnData({ loc: null }); this.lastSlayerExps.push(this.lastSlayerExp); if (this.lastSlayerExps.length > 5) { this.lastSlayerExps.shift(); |