summaryrefslogtreecommitdiff
path: root/npc/003-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-31 15:36:41 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-31 15:36:41 -0300
commitab47d8b596e0a10cec256407c949f455c37b21b1 (patch)
tree96dfd2e29b9eacc8eaaeed44f3e75af902c64dfd /npc/003-3
parentd168df937aab324fcbb57d7c36a318aff106ac2e (diff)
downloadserverdata-ab47d8b596e0a10cec256407c949f455c37b21b1.tar.gz
serverdata-ab47d8b596e0a10cec256407c949f455c37b21b1.tar.bz2
serverdata-ab47d8b596e0a10cec256407c949f455c37b21b1.tar.xz
serverdata-ab47d8b596e0a10cec256407c949f455c37b21b1.zip
Elmo/Nard - Allow the EXP/DROP up to be used until level 20
Diffstat (limited to 'npc/003-3')
-rw-r--r--npc/003-3/malindou.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index e15d0cf1f..037849cbc 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -515,7 +515,7 @@ OnInit:
// Level up events
OnPCBaseLvUpEvent:
switch (BaseLevel) {
- case 15:
+ case 20:
sc_end SC_CASH_PLUSEXP;
sc_end SC_CASH_RECEIVEITEM;
break;