Skip to content

Commit

Permalink
fix(DB/Creature) Kel'thuzad no longer attacks players. (#21199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rorschach91 authored Jan 18, 2025
1 parent 459ffa7 commit 01f34b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/KelThuzad_Bortun.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 01f34b2

Please sign in to comment.