fix(DB/Creature): Templates for Green and Gold arena npcs in Dalaran (#25467)

This commit is contained in:
sogladev 2026-04-29 02:37:23 +02:00 committed by GitHub
parent e043f0356d
commit 5beb53e7b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,6 @@
--
-- Unit flags observed: 8, 2304 (256 | 2048)
-- +256 IMMUNE_TO_PC - disables combat/assistance with PlayerCharacters (PC)
-- +2048 PET_IN_COMBAT
UPDATE `creature_template` SET `faction` = 2101, `unit_flags` = 256, `unit_flags2` = 2048 WHERE (`entry` IN (32343, 32342, 32324, 32321));
UPDATE `creature_template` SET `faction` = 1770, `unit_flags` = 256, `unit_flags2` = 2048 WHERE (`entry` IN (32322, 32341, 32340, 32325));