diff options
Diffstat (limited to 'npc/airports/izlude.txt')
-rw-r--r-- | npc/airports/izlude.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/airports/izlude.txt b/npc/airports/izlude.txt index fe46c1169..aaf08b9a7 100644 --- a/npc/airports/izlude.txt +++ b/npc/airports/izlude.txt @@ -30,7 +30,7 @@ end; } if (Zeny >= 1200) { - set Zeny, Zeny - 1200; + Zeny -= 1200; warp "airplane_01",244,58; end; } |