From 22ea81aac5c0cb8ea191abe62545d3d22de48bf1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 26 Sep 2020 00:12:08 -0300 Subject: Fix the bug @Micksha left on stews - No more stone effect! Unassigned variable (SC_INC_HIT) defaults to 0. 0 is SC_STONE. Fixed the variable to "SC_INCHIT" as originally intented. --- db/re/item_db.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 673a01cf..a2045f69 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -846,7 +846,7 @@ item_db: ( @delay = 12; @type = 1; doevent "rand_sc_heal::OnUse"; - sc_start(SC_INC_HIT, 180000, 4); + sc_start(SC_INCHIT, 180000, 4); "> }, { @@ -865,7 +865,7 @@ item_db: ( @delay =15; @type = 1; doevent "rand_sc_heal::OnUse"; - sc_start(SC_INC_HIT, 180000, 5); + sc_start(SC_INCHIT, 180000, 5); "> }, { @@ -884,7 +884,7 @@ item_db: ( @delay = 10; @type = 1; doevent "rand_sc_heal::OnUse"; - sc_start(SC_INC_HIT, 180000, 3); + sc_start(SC_INCHIT, 180000, 3); "> }, { @@ -1220,7 +1220,7 @@ item_db: ( @type = 2; doevent "rand_sc_heal::OnUse"; sc_start(SC_INCMHPRATE, 180000, 15); - sc_start(SC_INC_HIT, 180000, 5); + sc_start(SC_INCHIT, 180000, 5); sc_start(SC_INCVIT, 180000, 3); sc_start(SC_INCAGI, 180000, -3); getitembound EmptyBowl, 1, IBT_ACCOUNT; // TODO: Review and fix. -- cgit v1.2.3-60-g2f50