fix(DB/Creature): Damage Requirement for Infernal Attacker (#19350)

Create rev_1720402396845233700.sql
This commit is contained in:
Gultask
2024-07-09 13:31:08 -03:00
committed by GitHub
parent 430491f81c
commit d91b23b59d

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = 2097152 WHERE (`entry` = 21419);