diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-04-28 23:21:20 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-04-28 23:21:20 +0000 |
commit | 4752c7b2e71c8cae7126500364e6101b720f3390 (patch) | |
tree | f2e0734a91d49fbb70812b01df08eefbe4560a56 | |
parent | 637e2647a36698969098698c338926459c6d77f8 (diff) | |
download | classic-serverdata-4752c7b2e71c8cae7126500364e6101b720f3390.tar.gz classic-serverdata-4752c7b2e71c8cae7126500364e6101b720f3390.tar.bz2 classic-serverdata-4752c7b2e71c8cae7126500364e6101b720f3390.tar.xz classic-serverdata-4752c7b2e71c8cae7126500364e6101b720f3390.zip |
Small correction on the poison duration
-rw-r--r-- | world/map/db/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 1f8c975f..7a6f07a8 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -15228,7 +15228,7 @@ item_db: ( Refine: false ViewSprite: 5294 Script: <" - callfunc("SC_Bonus", 60, SC_POISON, 1); //@EVOL2 + callfunc("SC_Bonus", 60, SC_POISON, 60); //@EVOL2 //callfunc("SC_Bonus", 60000, SC_POISON, 1); //@TMWA callfunc("SC_Bonus", 60, SC_PLUSATTACKPOWER, 50); callfunc("SC_Bonus", 60, SC_ATTHASTE_POTION1, 45); |