소스 검색

closes #1437

tags/v0.6^2
Shaun 4 년 전
부모
커밋
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);
},


불러오는 중...
취소
저장