mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-05 06:17:56 +00:00
fix(DB/Creature): Templates for Green and Gold arena npcs in Dalaran (#25467)
This commit is contained in:
@@ -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));
|
||||
Reference in New Issue
Block a user