summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-04-28 23:21:20 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-04-28 23:21:20 +0000
commit4752c7b2e71c8cae7126500364e6101b720f3390 (patch)
treef2e0734a91d49fbb70812b01df08eefbe4560a56
parent637e2647a36698969098698c338926459c6d77f8 (diff)
downloadserverdata-4752c7b2e71c8cae7126500364e6101b720f3390.tar.gz
serverdata-4752c7b2e71c8cae7126500364e6101b720f3390.tar.bz2
serverdata-4752c7b2e71c8cae7126500364e6101b720f3390.tar.xz
serverdata-4752c7b2e71c8cae7126500364e6101b720f3390.zip
Small correction on the poison duration
-rw-r--r--world/map/db/item_db.conf2
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);