Browse Source

closes #1437

tags/v0.6^2
Shaun 4 years ago
parent
commit
2c1eaa4547
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/server/components/spellbook.js

+ 4
- 0
src/server/components/spellbook.js View File

@@ -613,6 +613,10 @@ module.exports = {
this.stopCasting(null, true);
},

onBeforeUseItem: function () {
this.stopCasting(null, true);
},

clearQueue: function () {
this.stopCasting(null, true);
},


Loading…
Cancel
Save