diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-03 15:22:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-03 15:22:04 -0300 |
commit | e507107345de7a40f461ec251c19d2633ae730c3 (patch) | |
tree | 7d31cbb97def0cf2e2bac9324ef63bb121077978 /db/re | |
parent | e4cb30888aca79a12a219539008da614b85bea2e (diff) | |
download | serverdata-e507107345de7a40f461ec251c19d2633ae730c3.tar.gz serverdata-e507107345de7a40f461ec251c19d2633ae730c3.tar.bz2 serverdata-e507107345de7a40f461ec251c19d2633ae730c3.tar.xz serverdata-e507107345de7a40f461ec251c19d2633ae730c3.zip |
Fix bug
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 45966f3fa..23f5e6b77 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -213,7 +213,7 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - sc_start SC_INCATKRATE, 10000, 100; + //sc_start SC_INCATKRATE, 10000, 100; @min = 50; @max = 180; @delay = 3; |