summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-03-05 00:25:29 -0300
committerjesusalva <cpntb1@ymail.com>2018-03-05 00:58:49 -0300
commited97435ddfdde5b2c4481a42bc990393ce7d942f (patch)
treeee169f49cc88ca88cd8a9c3cea35dc60594222ea
parente50ef3f445f23969cbdf36a4d743e0bccb8c94e7 (diff)
downloadserverdata-ed97435ddfdde5b2c4481a42bc990393ce7d942f.tar.gz
serverdata-ed97435ddfdde5b2c4481a42bc990393ce7d942f.tar.bz2
serverdata-ed97435ddfdde5b2c4481a42bc990393ce7d942f.tar.xz
serverdata-ed97435ddfdde5b2c4481a42bc990393ce7d942f.zip
Fix typo, and grant @unjail to GM (but not @unban)
-rw-r--r--conf/groups.conf1
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/003-1/mahoud.txt4
3 files changed, 4 insertions, 3 deletions
diff --git a/conf/groups.conf b/conf/groups.conf
index 23cd21bd3..02dad5433 100644
--- a/conf/groups.conf
+++ b/conf/groups.conf
@@ -347,6 +347,7 @@ groups: (
commands: {
raisemap: [true, true]
raise: [true, true]
+ unjail: true
}
log_commands: true
permissions: {
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index d0290b64a..bcd690ac4 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1155,7 +1155,7 @@ item_db: (
},
{
Id: 547
- AegisName: "BottleOfSweaWater"
+ AegisName: "BottleOfSeaWater"
Name: "Bottle Of Sea Water"
Type: "IT_HEALING"
Buy: 50
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: