summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-26 13:27:54 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-26 13:27:54 -0300
commit6c6297580fee1e05e28d16aa095ba75adc6be97b (patch)
tree025f2439f58101a79a26bbf61835bfa2792181db
parent9434e1f6ed981376669b70de6b7da02c583a399e (diff)
downloadserverdata-6c6297580fee1e05e28d16aa095ba75adc6be97b.tar.gz
serverdata-6c6297580fee1e05e28d16aa095ba75adc6be97b.tar.bz2
serverdata-6c6297580fee1e05e28d16aa095ba75adc6be97b.tar.xz
serverdata-6c6297580fee1e05e28d16aa095ba75adc6be97b.zip
Whiskey Ale now sold for 42 Strange Coins. Naming fixed. Grenade price lowered to 42.
-rw-r--r--db/re/item_db.conf4
-rw-r--r--npc/001-1/rewards.txt3
2 files changed, 4 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 7555c4f45..a83b7f047 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -809,8 +809,8 @@ item_db: (
},
{
Id: 534
- AegisName: "WhiskyAle"
- Name: "Whisky Ale"
+ AegisName: "WhiskeyAle"
+ Name: "Whiskey Ale"
Type: "IT_HEALING"
Buy: 3200
Sell: 880
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt
index b3534c1f9..b81b1e80a 100644
--- a/npc/001-1/rewards.txt
+++ b/npc/001-1/rewards.txt
@@ -69,7 +69,8 @@ OnInit:
sellitem MagicApple,115;
sellitem SacredLifePotion,60;
sellitem SacredManaPotion,60;
- sellitem Grenade,50;
+ sellitem Grenade,42;
+ sellitem WhiskeyAle,42;
sellitem ElixirOfLife,32;
sellitem CelestiaTea,18;
sellitem HastePotion,15;