mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
5
data/sql/updates/db_world/2023_11_15_00.sql
Normal file
5
data/sql/updates/db_world/2023_11_15_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_11_14_02 -> 2023_11_15_00
|
||||
-- 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