From ed97435ddfdde5b2c4481a42bc990393ce7d942f Mon Sep 17 00:00:00 2001 From: jesusalva Date: Mon, 5 Mar 2018 00:25:29 -0300 Subject: Fix typo, and grant @unjail to GM (but not @unban) --- npc/003-1/mahoud.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/mahoud.txt b/npc/003-1/mahoud.txt index 9bf962d5d..0aa508292 100644 --- a/npc/003-1/mahoud.txt +++ b/npc/003-1/mahoud.txt @@ -21,13 +21,13 @@ goto L_NotEnoughMoney; getinventorylist; if (@inventorylist_count == 100 - && countitem("BottleOfSweaWater") == 0 + && countitem("BottleOfSeaWater") == 0 && .@empty > .@count) goto L_NotEnoughSlots; set Zeny, Zeny - .@Cost; delitem "EmptyBottle", .@count; - getitem "BottleOfSweaWater", .@count; // TODO FIXME: "Swea" water? Also, this is not sea water... + getitem "BottleOfSeaWater", .@count; // TODO FIXME: This is not sea water... close; L_NotEnoughBottles: -- cgit v1.2.3-70-g09d2