fix(DB/Creature): Add Knockback immunity to Raging Flames (#15570)

* Create rev_1679692788793844600.sql

* Update rev_1679692788793844600.sql
This commit is contained in:
Gultask
2023-03-27 14:25:19 -03:00
committed by GitHub
parent 92adb937bc
commit ddd6c14456

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|64|1073741824 WHERE (`entry` IN (20481, 21538));