diff options
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 30a97dcbb..cdb1feca2 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -139,7 +139,7 @@ L_Task: if (Zeny >= 1000) mesc l("* @@/@@ GP", Zeny, 1000), 2; else - mesc l("* @@/@@ GP", Zeny, 20), 9; + mesc l("* @@/@@ GP", Zeny, 1000), 9; if (countitem(TulimsharGuardCard)) mesc l("* @@/@@ @@", countitem(TulimsharGuardCard), 1, getitemlink(TulimsharGuardCard)), 2; |