diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-17 05:13:23 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-17 05:24:55 +0100 |
commit | e376e01a54809405ba22695f7d6ed3dee0b7151c (patch) | |
tree | 63332a16d21614d4ed8f6ca31e3d93653da3dc1f /db/re | |
parent | 0f9baf84467be99fda39c01331cfa29599b156a6 (diff) | |
download | hercules-e376e01a54809405ba22695f7d6ed3dee0b7151c.tar.gz hercules-e376e01a54809405ba22695f7d6ed3dee0b7151c.tar.bz2 hercules-e376e01a54809405ba22695f7d6ed3dee0b7151c.tar.xz hercules-e376e01a54809405ba22695f7d6ed3dee0b7151c.zip |
Update the Gold Pill item to it's Official effect.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 02eac10a8..227c8dd71 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1924,10 +1924,7 @@ item_db: ( Buy: 5000 Weight: 300 BuyingStore: true - Script: <" - sc_start SC_DPOISON,10000,0,1000,SCFLAG_NONE; - sc_start SC_POISON,50000,0; - "> + Script: <" percentheal 50, 50; "> }, { Id: 680 |