fix(DB/Creature): Fix unit flags for Arcane Charge trigger npc (#19833)

This commit is contained in:
Andrew 2024-09-01 20:54:41 -03:00 committed by GitHub
parent 888aa00cfb
commit 5c3e4cae6d
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` = 33554432 WHERE `entry` = 23429;