From e376e01a54809405ba22695f7d6ed3dee0b7151c Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Thu, 17 Dec 2015 05:13:23 +0100 Subject: Update the Gold Pill item to it's Official effect. Signed-off-by: Haru --- db/pre-re/item_db.conf | 5 +---- db/re/item_db.conf | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'db') diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index a62a896f8..c627eeeb7 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -1906,10 +1906,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 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 -- cgit v1.2.3-70-g09d2