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:
parent
bcdc3ae403
commit
3133fea6dd
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue