summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-26 00:12:08 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-26 00:12:08 -0300
commit22ea81aac5c0cb8ea191abe62545d3d22de48bf1 (patch)
tree4acc417a723b39bb632e17c11cdd2393e2c67218
parent2abe77559b1da276d05d1e4d03cf85c35d96f6cf (diff)
downloadserverdata-22ea81aac5c0cb8ea191abe62545d3d22de48bf1.tar.gz
serverdata-22ea81aac5c0cb8ea191abe62545d3d22de48bf1.tar.bz2
serverdata-22ea81aac5c0cb8ea191abe62545d3d22de48bf1.tar.xz
serverdata-22ea81aac5c0cb8ea191abe62545d3d22de48bf1.zip
Fix the bug @Micksha left on stews - No more stone effect!s20200927
Unassigned variable (SC_INC_HIT) defaults to 0. 0 is SC_STONE. Fixed the variable to "SC_INCHIT" as originally intented.
-rw-r--r--db/re/item_db.conf8
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.