diff options
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index a216afdde..0fb515bb5 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -247,7 +247,7 @@ function script HUB_SkillInvoke { switch (@skillId) { case TMW2_SKILLX: sc_start SC_RICHMANKIM, 180000, @skillLv+rand2(9*@skillLv), 10000, SCFLAG_NONE, @skillTarget; - gethexp 1; + gethomunexp 1; break; case TMW2_HOMUN_HEAL: .@heal=gethominfo(6)*(5+rand2(@skillLv)); |