fix(DB/Creature): Add Knockback immunity to Raging Flames (#15570)
* Create rev_1679692788793844600.sql * Update rev_1679692788793844600.sql
This commit is contained in:
parent
92adb937bc
commit
ddd6c14456
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|64|1073741824 WHERE (`entry` IN (20481, 21538));
|
||||
Loading…
Add table
Add a link
Reference in a new issue