diff options
Diffstat (limited to 'npc/cities/izlude.txt')
-rw-r--r-- | npc/cities/izlude.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/izlude.txt b/npc/cities/izlude.txt index 000b0893e..5aaceb709 100644 --- a/npc/cities/izlude.txt +++ b/npc/cities/izlude.txt @@ -48,7 +48,7 @@ mes "Only 150 Zeny to ride!"; close; } - set Zeny, Zeny - 150; + Zeny -= 150; warp "izlu2dun",107,50; end; case 2: @@ -58,7 +58,7 @@ mes "Only 500 Zeny to ride!"; close; } - set Zeny, Zeny - 500; + Zeny -= 500; warp "alberta",188,169; end; case 3: |