fix(DB/Creature): Fix Fel Crystal not targetable on Heroic Selin Fireheart (#25435)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Andrew 2026-04-12 11:47:07 -03:00 committed by GitHub
parent bcdc3ae403
commit 3133fea6dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 0x00040000 WHERE `entry` = 24722;
UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ (0x00000100|0x00000200) WHERE `entry` = 25552;
UPDATE `creature_template_addon` SET `auras` = '25900' WHERE `entry` IN (24722, 25552);