summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-25 10:19:28 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-25 10:19:28 -0300
commit0cb8f2bebda25771dec0ddb807d245302ea8726c (patch)
treecb48ac5a6613b765ff513ecbacf599f25a624ef3 /db
parentc2c2892dec22e197478cf12255f10a16a094e82b (diff)
downloadserverdata-0cb8f2bebda25771dec0ddb807d245302ea8726c.tar.gz
serverdata-0cb8f2bebda25771dec0ddb807d245302ea8726c.tar.bz2
serverdata-0cb8f2bebda25771dec0ddb807d245302ea8726c.tar.xz
serverdata-0cb8f2bebda25771dec0ddb807d245302ea8726c.zip
Haste and Str potions can now stack!
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 5528dbda5..9ea7ed5b5 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1924,7 +1924,7 @@ item_db: (
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
- sc_start SC_ATTHASTE_POTION1, 45000, 30;
+ callfunc("SC_Bonus", 45, SC_ATTHASTE_POTION1, 30);
">
},
{
@@ -1939,7 +1939,7 @@ item_db: (
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
- sc_start SC_PLUSATTACKPOWER, 45000, 30;
+ callfunc("SC_Bonus", 45, SC_PLUSATTACKPOWER, 30);
">
},
{