From 6beaa2a35a817877109447035168ce665e9b1931 Mon Sep 17 00:00:00 2001 From: Emistry Haoyan Date: Wed, 2 Oct 2019 20:25:53 +0800 Subject: Update Drooping Kitty item bonus The item is supposed to resist curse for 40% and stun for 10%. ttps://www.divine-pride.net/database/item/5330 https://github.com/rathena/rathena/commit/9f4e40d490c1091ebe844119d81b7beea1ba0657 --- db/pre-re/item_db.conf | 2 +- db/re/item_db.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index d6b22e9fb..199416825 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -42897,7 +42897,7 @@ item_db: ( Script: <" bonus bMdef,15; bonus2 bResEff,Eff_Curse,4000; - bonus2 bResEff,Eff_Curse,1000; + bonus2 bResEff,Eff_Stun,1000; "> }, { diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 19e3d2f99..4996e587c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -58466,7 +58466,7 @@ item_db: ( Script: <" bonus bMdef,15; bonus2 bResEff,Eff_Curse,4000; - bonus2 bResEff,Eff_Curse,1000; + bonus2 bResEff,Eff_Stun,1000; "> }, { -- cgit v1.2.3-70-g09d2