fix(DB/Creature) Kel'thuzad no longer attacks players. (#21199)
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
-- Change Unit Flags (IMMUNE_TO_PC, IMMUNE_TO_NPC)
|
||||||
|
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|768 WHERE `entry` IN (25465);
|
||||||
Reference in New Issue
Block a user