Shaun 4 лет назад
Родитель
Сommit
2c1eaa4547
1 измененных файлов: 4 добавлений и 0 удалений
  1. +4
    -0
      src/server/components/spellbook.js

+ 4
- 0
src/server/components/spellbook.js Просмотреть файл

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

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

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


Загрузка…
Отмена
Сохранить