diff options
author | shennetsind <ind@henn.et> | 2013-11-28 13:21:57 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-28 13:21:57 -0200 |
commit | 3c8e2e97243866b0a650002d59fdf2435874fd9a (patch) | |
tree | 263d804c1c19e61ffc40f3275b8074941c108a35 /npc/airports/airships.txt | |
parent | ae13db97ea770e37450e4e2c1a7919ce98d705a8 (diff) | |
parent | 09dd2097b77bf3dda4c5eb1ee6eb2a60f05bbec8 (diff) | |
download | hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.tar.gz hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.tar.bz2 hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.tar.xz hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/airports/airships.txt')
-rw-r--r-- | npc/airports/airships.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt index a4048cd5f..bf2a17acf 100644 --- a/npc/airports/airships.txt +++ b/npc/airports/airships.txt @@ -531,7 +531,7 @@ airplane,50,66,5 script Apple Merchant#airplane 4_M_04,{ close; } else { - Zeny -= .@pay; + set Zeny, Zeny - .@pay; getitem 512,.@input; //Apple mes "[Fruitz]"; mes "Thanks for stopping by"; @@ -895,7 +895,7 @@ airplane_01,50,66,5 script Apple Merchant#air01 4_M_04,{ close; } else { - Zeny -= .@pay; + set Zeny, Zeny - .@pay; getitem 512,.@input; //Apple mes "[Meltz]"; mes "Thanks for stopping by"; |