소스 검색

closes #1454

tags/v0.6^2
Shaun 4 년 전
부모
커밋
6b071b72a4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      src/server/config/spells/spellTemplate.js

+ 3
- 0
src/server/config/spells/spellTemplate.js 파일 보기

@@ -280,6 +280,9 @@ module.exports = {
noMitigate: noMitigate
};

if (this.obj.mob)
config.noCrit = true;

this.obj.fireEvent('onBeforeCalculateDamage', config);

if (this.percentDamage)


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