fix(DB/creature_template): Hide 'Flame of Ragnaros' (#12040)

init

Co-authored-by: Si1ker <Si1ker@users.noreply.github.com>
This commit is contained in:
Eddy Vega
2022-06-16 05:44:41 -06:00
committed by GitHub
parent 17b84ffabc
commit ee6ad8d755

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33554432,`flags_extra`=`flags_extra`|2 WHERE `entry`=13148;