fix(DB/Creature): Hellfire Training Dummies shouldn't be attackable (#19421)

Create rev_1721187314824254400.sql
This commit is contained in:
Gultask
2024-07-17 07:31:03 -03:00
committed by GitHub
parent 42e003e54d
commit 895da2d661

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|256|131072 WHERE (`entry` = 17578);