fix(Scripts/VioletHold): Add missing UNIT_FLAG_IMMUNE_TO_PC to ereke… (#25471)

This commit is contained in:
Andrew 2026-04-15 08:02:16 -03:00 committed by GitHub
parent 87065bf98e
commit 66ede70908
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -0,0 +1,2 @@
-- Erekem Guards: add UNIT_FLAG_IMMUNE_TO_PC (0x100)
UPDATE `creature_template` SET `unit_flags` = `unit_flags` | 0x100 WHERE `entry` IN (29395, 31513);