fix(DB/Creature): Update Hyjal boss swing timers. (#19394)

Init.
This commit is contained in:
Benjamin Jackson
2024-07-13 06:10:02 -04:00
committed by GitHub
parent c7d086862a
commit d85d24f4a9

View File

@@ -0,0 +1,2 @@
UPDATE `creature_template` SET `RangeAttackTime` = 1500 WHERE `entry` = 17968;
UPDATE `creature_template` SET `BaseAttackTime` = 2000 WHERE `entry` IN (17767, 17808, 17842, 17888);