fix(DB/Creature): Fix Fjord Hawk Matriarch unit flags (#23696)

This commit is contained in:
Andrew 2025-11-15 10:54:58 -03:00 committed by GitHub
parent 2d31153013
commit 8c680e4307
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 256 WHERE `entry` = 24787;