Skip to content

Commit

Permalink
Correct Detection for more AQ40 Trash Mobs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS committed May 5, 2023
1 parent b48a081 commit 12a2287
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Updates/0740_scarab_coffers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,10 @@ UPDATE `creature_template` SET `Detection` = 50 WHERE `entry` = 15509;
UPDATE `creature_template` SET `CorpseDecay` = 5 WHERE `entry` = 15317;
UPDATE `creature_template` SET `CorpseDecay` = 5 WHERE `entry` = 15316;
UPDATE `creature_template` SET `Detection` = 50 WHERE `entry` = 15312;
UPDATE `creature_template` SET `Detection` = 50 WHERE `entry` = 15233; -- Vekniss Guardian - Increased Aggro Radius'); - https://youtu.be/_MTgbediN0c?t=335
UPDATE `creature_template` SET `Detection` = 30 WHERE `entry` = 15262; -- Obsidian Eradicator - Increased Aggro Radius'); - https://youtu.be/_MTgbediN0c?t=25
UPDATE `creature_template` SET `Detection` = 50 WHERE `entry` = 15230; -- Vekniss Warrior - Increased Aggro Radius'); - using same as Guardian (same modelsize etc) vmangos 40
UPDATE `creature_template` SET `Detection` = 50 WHERE `entry` = 15277; -- Anubisath Defender - Increased Aggro Radius'); - https://youtu.be/_MTgbediN0c?t=2515
UPDATE `creature_template` SET `Detection` = 35 WHERE `entry` = 15229; -- Vekniss Soldier - Increased Aggro Radius'); - use vmangos value
UPDATE `creature_template` SET `Detection` = 50 WHERE `entry` = 15240; -- Vekniss Hive Crawler - Increased Aggro Radius'); - https://youtu.be/_MTgbediN0c?t=1575

0 comments on commit 12a2287

Please sign in to comment.