Skip to content

Commit

Permalink
[Custom] Remove modelid "fixes"
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS committed May 11, 2024
1 parent a9d5993 commit fc2bfec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utilities/cmangos_custom.sql
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ UPDATE broadcast_text SET `text`="Should Kil'jaeden rise up through the Sunwell
-- Creature custom changes
-- -------------------------------

UPDATE creature_template SET `DisplayId2` = 17188 WHERE `entry` = 22332; -- Brood of Neltharaku (19980)

-- Shattered Halls Dummys add not_attackable and imun by npcs flags
-- Before: update creature_template set UnitFlags = '2304' where entry = 17578;
UPDATE creature_template SET UnitFlags = UnitFlags|640 WHERE entry = 17578;
Expand Down

0 comments on commit fc2bfec

Please sign in to comment.