fix(DB/Creature): Add parry hasting exception for a few TBC raid bosses. (#19149)

* Init.

* Whoops.
This commit is contained in:
Benjamin Jackson
2024-06-24 08:33:46 -04:00
committed by GitHub
parent e264c4141f
commit 5e423b3bcb

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x00000008 WHERE `entry` IN (19514, 22947, 23576);