Parcourir la source

closes #1437

tags/v0.6^2
Shaun il y a 4 ans
Parent
révision
2c1eaa4547
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      src/server/components/spellbook.js

+ 4
- 0
src/server/components/spellbook.js Voir le fichier

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


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

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


Chargement…
Annuler
Enregistrer