diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-10 13:33:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-10 13:33:44 -0300 |
commit | 102ca955a5c3ca7743eac206eca232e182f821cf (patch) | |
tree | 6072a05831d6495bbf84beaa545574a1d6ed7bfb | |
parent | c578c7e7c6bce59b9b0f5703dcfc4925dfdb2d47 (diff) | |
download | serverdata-102ca955a5c3ca7743eac206eca232e182f821cf.tar.gz serverdata-102ca955a5c3ca7743eac206eca232e182f821cf.tar.bz2 serverdata-102ca955a5c3ca7743eac206eca232e182f821cf.tar.xz serverdata-102ca955a5c3ca7743eac206eca232e182f821cf.zip |
Possibly final statuses for Red Plush Wine: No healing, 8% exp boost, max 3 glasses
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d02fada4d..9174ec7f0 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -772,8 +772,8 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @taste = 50; - @Alcohol = 49; + @taste = 8; + @Alcohol = 32; doevent "alcohol_sc::OnUse"; "> }, |