mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Creature) Kel'thuzad no longer attacks players. (#21199)
This commit is contained in:
3
data/sql/updates/pending_db_world/KelThuzad_Bortun.sql
Normal file
3
data/sql/updates/pending_db_world/KelThuzad_Bortun.sql
Normal 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);
|
||||
Reference in New Issue
Block a user