fix(DB/Creature): Templates for Green and Gold arena npcs in Dalaran (#25467)
This commit is contained in:
parent
e043f0356d
commit
5beb53e7b5
1 changed files with 6 additions and 0 deletions
|
|
@ -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));
|
||||
Loading…
Add table
Add a link
Reference in a new issue