summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-25 15:25:48 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-25 15:25:48 -0300
commit19a0957dd1b913234b1530397ca715c9538910f3 (patch)
tree00b34d6520f978e5ce862affdee99ea8f6f72660
parentbdd1e2db4f01729fbfed4ebb4241c3cba1e9de4f (diff)
downloadserverdata-19a0957dd1b913234b1530397ca715c9538910f3.tar.gz
serverdata-19a0957dd1b913234b1530397ca715c9538910f3.tar.bz2
serverdata-19a0957dd1b913234b1530397ca715c9538910f3.tar.xz
serverdata-19a0957dd1b913234b1530397ca715c9538910f3.zip
Fix one of the bugs on the Elixir of Life
-rw-r--r--db/re/item_db.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 4b733d06c..2ca718cc8 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -631,7 +631,7 @@ item_db: (
sc_end SC_DEEP_SLEEP;
sc_end SC_DEC_AGI;
percentheal 100, 100;
- callfunc("SC_Bonus", SC_KAIZEL, 180000, 1); // Revives with 1% HP if you die
+ callfunc("SC_Bonus", 180, SC_KAIZEL, 1); // Revives with 1% HP if you die
// Protects you for 30 seconds from map ailments
@coolio=max(gettimetick(2), @coolio)+30;
@purifio=max(gettimetick(2), @purifio)+30;