summaryrefslogtreecommitdiff
path: root/npc/002-3/elmo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-3/elmo.txt')
-rw-r--r--npc/002-3/elmo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt
index 0106d3cb2..f0f9b5d44 100644
--- a/npc/002-3/elmo.txt
+++ b/npc/002-3/elmo.txt
@@ -153,8 +153,8 @@ function ExpBoost {
.@BONUS=min(50, .@AVG_LEVEL/2);
sc_end SC_CASH_PLUSEXP;
sc_end SC_CASH_RECEIVEITEM;
- sc_start SC_CASH_PLUSEXP, 3600000, .@BONUS;
- sc_start SC_CASH_RECEIVEITEM, 3600000, .@BONUS;
+ sc_start SC_CASH_PLUSEXP, 7200000, .@BONUS;
+ sc_start SC_CASH_RECEIVEITEM, 7200000, .@BONUS;
specialeffect FX_SPECIAL, SELF, getcharid(3);
mesc l("EXP Gain raised in @@% for one hour!", .@BONUS), 2;
return;