summaryrefslogtreecommitdiff
path: root/npc/cities/morocc.txt
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-12-02 13:18:39 -0200
committershennetsind <ind@henn.et>2013-12-02 13:18:39 -0200
commit95581cedd9a89d8eac918bdc77c1a98e017abc46 (patch)
tree2dec92f4a0a9913de607741bd7d7224d8241409c /npc/cities/morocc.txt
parente46ca28bddd673f8217456297f596e0fe3c67609 (diff)
parent9f210e13ce08340fc4920311518187e8a03a636f (diff)
downloadhercules-95581cedd9a89d8eac918bdc77c1a98e017abc46.tar.gz
hercules-95581cedd9a89d8eac918bdc77c1a98e017abc46.tar.bz2
hercules-95581cedd9a89d8eac918bdc77c1a98e017abc46.tar.xz
hercules-95581cedd9a89d8eac918bdc77c1a98e017abc46.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
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..cb5b608e9 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.";