diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-3/elmo.txt | 2 | ||||
-rw-r--r-- | npc/002-3/nard.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index e75f7c575..4fa12f700 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -154,7 +154,7 @@ function ExpBoost { sc_start SC_CASH_PLUSEXP, 3600000, .@BONUS; sc_start SC_CASH_RECEIVEITEM, 3600000, .@BONUS; specialeffect FX_SPECIAL, SELF, getcharid(3); - mesc l("EXP Gain raised in @@% for one hour!", .@BONUS, 2; + mesc l("EXP Gain raised in @@% for one hour!", .@BONUS), 2; return; } diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 80ade6443..c9060ffd3 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -69,7 +69,7 @@ L_Checker: sc_start SC_CASH_PLUSEXP, 3600000, .@BONUS; sc_start SC_CASH_RECEIVEITEM, 3600000, .@BONUS; specialeffect FX_SPECIAL, SELF, getcharid(3); - mesc l("EXP Gain raised in @@% for one hour!", .@BONUS, 2; + mesc l("EXP Gain raised in @@% for one hour!", .@BONUS), 2; next; showavatar NPC_NARD; mesn; |