fix(DB/Creature): Apply proper unit flags to Isle of Conquest portals. (#24110)

This commit is contained in:
Benjamin Jackson 2025-12-17 03:10:53 -05:00 committed by GitHub
parent bfb87f16d7
commit 9815a6f3cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1 @@
UPDATE `creature_template` SET `unit_flags` = 2147746560 WHERE `entry` IN (34952, 34953);