fix(DB/Creature) Kel'thuzad no longer attacks players. (#21199)
This commit is contained in:
parent
459ffa7efe
commit
01f34b2b34
1 changed files with 3 additions and 0 deletions
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue