diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 77d814128..4e7424e8d 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -304,6 +304,7 @@ function script HUB_SkillInvoke { .@dmg=AdjustSpellpower(300); harm(@skillTarget, .@dmg, HARM_MAGI, Ele_Holy); break; + /* // Brawling Class case TMW2_BRAWLING: // 75x3 = 225 @@ -330,6 +331,7 @@ function script HUB_SkillInvoke { harm(@skillTarget, AdjustAttackpower(45), HARM_PHYS, Ele_Shadow); harm(@skillTarget, AdjustAttackpower(45), HARM_PHYS, Ele_Ghost); break; + */ // CLASS_OTHER case TMW2_PARUM: SK_parum(); |