fix(DB/Creature) Kel'thuzad no longer attacks players. (#21199)

This commit is contained in:
Rocco Silipo
2025-01-18 12:26:24 +01:00
committed by GitHub
parent 459ffa7efe
commit 01f34b2b34

View File

@@ -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);