Shaun před 4 roky
rodič
revize
2c1eaa4547
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      src/server/components/spellbook.js

+ 4
- 0
src/server/components/spellbook.js Zobrazit soubor

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

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

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


Načítá se…
Zrušit
Uložit