fix(DB/Creature): Port SSC boss detection range from Mangos (#17707)
This commit is contained in:
parent
6f739bc143
commit
3925552d11
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
-- SSC bosses aggro range
|
||||
UPDATE `creature_template` SET `detection_range` = 45 WHERE `entry` = 21212;
|
||||
UPDATE `creature_template` SET `detection_range` = 35 WHERE `entry` = 21213;
|
||||
UPDATE `creature_template` SET `detection_range` = 30 WHERE `entry` IN (21214,21215,21216);
|
||||
Loading…
Add table
Add a link
Reference in a new issue