mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/Creature): Port SSC boss detection range from Mangos (#17707)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user