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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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