fix(DB/Creature): Port SSC boss detection range from Mangos (#17707)

This commit is contained in:
avarishd 2023-11-15 03:54:36 +02:00 committed by GitHub
parent 6f739bc143
commit 3925552d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);