From 6f018e8ed2d501d266ef47e7449a3fff939548ea Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 27 Jul 2019 21:18:37 -0300 Subject: Fix a really minor typo --- npc/002-3/elmo.txt | 2 +- npc/002-3/nard.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2