summaryrefslogtreecommitdiff
path: root/npc/cities/morocc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/cities/morocc.txt')
-rw-r--r--npc/cities/morocc.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/morocc.txt b/npc/cities/morocc.txt
index d2afe9d8d..8bcb8fa2b 100644
--- a/npc/cities/morocc.txt
+++ b/npc/cities/morocc.txt
@@ -722,7 +722,7 @@ morocc_in,166,76,3 script Bartender#02 1_ETC_01,{
switch(select("Tropical Sograt:Vemillion the Beach:Nothing.")) {
case 1:
if (Zeny >= 1000 ) {
- set Zeny, Zeny-1000;
+ Zeny -=1000;
getitem 12112,1;
mes "[Bartender]";
mes "Here you go.";
@@ -733,7 +733,7 @@ morocc_in,166,76,3 script Bartender#02 1_ETC_01,{
break;
case 2:
if (Zeny >= 1000 ) {
- set Zeny, Zeny-1000;
+ Zeny -=1000;
getitem 12113,1;
mes "[Bartender]";
mes "Here you go.";