diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-27 21:18:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-27 21:18:37 -0300 |
commit | 6f018e8ed2d501d266ef47e7449a3fff939548ea (patch) | |
tree | cd3c5c76f31cc16085a225ca887fca071082ab1d /npc/002-3 | |
parent | 10d91ca8cb040a67bc4a283b68f8b01192739414 (diff) | |
download | serverdata-6f018e8ed2d501d266ef47e7449a3fff939548ea.tar.gz serverdata-6f018e8ed2d501d266ef47e7449a3fff939548ea.tar.bz2 serverdata-6f018e8ed2d501d266ef47e7449a3fff939548ea.tar.xz serverdata-6f018e8ed2d501d266ef47e7449a3fff939548ea.zip |
Fix a really minor typo
Diffstat (limited to 'npc/002-3')
-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; |