diff options
-rw-r--r-- | db/re/item_db.conf | 4 | ||||
-rw-r--r-- | npc/001-1/rewards.txt | 3 |
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; |