diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 8 |
1 files 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. |