summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/hub.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index f3bd41e39..882bfbe32 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;
- gethomunexp 1;
+ gethomunexp @skillLv;
break;
case TMW2_HOMUN_HEAL:
.@heal=gethominfo(6)*(5+rand2(@skillLv));