mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
5
data/sql/updates/db_world/2026_07_24_00.sql
Normal file
5
data/sql/updates/db_world/2026_07_24_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2026_07_23_03 -> 2026_07_24_00
|
||||
-- Feral Defender melee was calibrated for physical school mitigated by armor,
|
||||
-- but it deals shadow damage and Feral Essence multiplies it by up to 5.
|
||||
UPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 34035;
|
||||
UPDATE `creature_template` SET `DamageModifier` = 5.2 WHERE `entry` = 34171;
|
||||
Reference in New Issue
Block a user