Skip to content

Commit

Permalink
Improve Detection for AV Archers 13358,13359
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS committed Aug 10, 2024
1 parent 07b8f5e commit 56393da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Updates/4630_detection.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
-- Correct Detection for Moam 15340 - https://www.youtube.com/watch?v=9UStUPWbFds - https://youtu.be/CJE_ujKwwX0?feature=shared&t=1374
UPDATE `creature_template` SET `Detection` = 65 WHERE `entry` = 15340;
UPDATE `creature_template` SET `Detection` = 65 WHERE `entry` = 15340;

-- Improve Detection for AV Archers - https://youtu.be/0KcOHcYGiBk?feature=shared&t=20
UPDATE `creature_template` SET `Detection` = 70, `ExtraFlags` = `ExtraFlags`|2048 WHERE `entry` IN (13358,13359);

0 comments on commit 56393da

Please sign in to comment.