diff options
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 2 |
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; |