ソースを参照

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)


読み込み中…
キャンセル
保存