From c94aa38236c9b73a9f5a9dda30a6d9039d1770c9 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 26 Jun 2022 20:59:37 +0800 Subject: + clear slayer waypoint after slayer kill --- features/slayers/index.js | 1 + 1 file changed, 1 insertion(+) 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(); -- cgit