fix(Scripts/VioletHold): Add missing UNIT_FLAG_IMMUNE_TO_PC to ereke… (#25471)
This commit is contained in:
parent
87065bf98e
commit
66ede70908
2 changed files with 6 additions and 4 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue