diff options
-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(); |