Shaun 4 anni fa
parent
commit
2c1eaa4547
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      src/server/components/spellbook.js

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

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

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

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


Caricamento…
Annulla
Salva