Skip to content

Commit

Permalink
Correct CallForHelp radius for some shattered halls npcs, based on wo…
Browse files Browse the repository at this point in the history
…tlk ptr
  • Loading branch information
miraco committed Dec 27, 2023
1 parent 8e45115 commit faf2733
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Updates/0316_shattered_halls_aggro.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Correct some CallForHelp for shattered halls npcs
UPDATE creature_template SET CallForHelp = '6' WHERE entry IN (16523, 16593, 16594, 16700, 17420, 17694);
-- Same for Heroic
UPDATE creature_template SET CallForHelp = '6' WHERE entry IN (20591, 20582, 20576, 20587, 20589, 20577);

0 comments on commit faf2733

Please sign in to comment.