summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-14 16:03:36 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-14 16:03:36 -0200
commit4d053d41717dbe68104e7b2ce1e088906dde6f45 (patch)
tree36eabbda400bc997bb1035d712f59744cb215d59
parentb9d4185686e561ec80145f1370b499d0bf58afc2 (diff)
downloadserverdata-4d053d41717dbe68104e7b2ce1e088906dde6f45.tar.gz
serverdata-4d053d41717dbe68104e7b2ce1e088906dde6f45.tar.bz2
serverdata-4d053d41717dbe68104e7b2ce1e088906dde6f45.tar.xz
serverdata-4d053d41717dbe68104e7b2ce1e088906dde6f45.zip
[skip ci] clear some syntax
-rw-r--r--npc/003-1/mahoud.txt6
-rw-r--r--npc/012-1/mahad.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-1/mahoud.txt b/npc/003-1/mahoud.txt
index 61a126909..69ff7f3ed 100644
--- a/npc/003-1/mahoud.txt
+++ b/npc/003-1/mahoud.txt
@@ -14,7 +14,7 @@
if (.@count == 0)
close;
.@Cost = .@count * .COST_PER_BOTTLE;
- .@empty = countitem("EmptyBottle");
+ .@empty = countitem(EmptyBottle);
if (.@empty < .@count)
goto L_NotEnoughBottles;
@@ -24,8 +24,8 @@
inventoryplace BottleOfTonoriWater, .@count;
Zeny=Zeny-.@Cost;
- delitem "EmptyBottle", .@count;
- getitem "BottleOfTonoriWater", .@count;
+ delitem EmptyBottle, .@count;
+ getitem BottleOfTonoriWater, .@count;
close;
L_NotEnoughBottles:
diff --git a/npc/012-1/mahad.txt b/npc/012-1/mahad.txt
index 4631825d7..f97fc358d 100644
--- a/npc/012-1/mahad.txt
+++ b/npc/012-1/mahad.txt
@@ -16,7 +16,7 @@
if (.@count == 0)
close;
.@Cost = .@count * .COST_PER_BOTTLE;
- .@empty = countitem("EmptyBottle");
+ .@empty = countitem(EmptyBottle);
if (.@empty < .@count)
goto L_NotEnoughBottles;