diff options
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | npc/003-1/oldwell.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f5f830530..def677159 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1960,7 +1960,7 @@ item_db: ( // sc_start(SC_POISON, 600000, 0, 5000); // Usage: // sc_start(<effect type>, <ticks>, <value 1>{, <rate>, <flag>{, <GID>}}) - sc_start SC_POISON, 9000, 0, 6700; + sc_start SC_POISON, 9000, 0, 3200; @min = 18; @max = 40; @delay = 3; diff --git a/npc/003-1/oldwell.txt b/npc/003-1/oldwell.txt index deb95ea7c..ff96e8a56 100644 --- a/npc/003-1/oldwell.txt +++ b/npc/003-1/oldwell.txt @@ -20,7 +20,7 @@ inventoryplace BottleOfSewerWater, .@count; delitem EmptyBottle, .@count; - getitem "BottleOfSewerWater", .@count; + getitem BottleOfSewerWater, .@count; closeclientdialog; dispbottom("Eek, Sewer Water! What the?! Better not drink this!"); close; |