fix(Scripts/Northrend): fix console errors due to Freya WP scripts (#25581)

This commit is contained in:
sogladev 2026-04-25 23:21:07 +02:00 committed by GitHub
parent c6c308aed7
commit 2209e08481
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,4 @@
--
-- Remove AoE spell cast to entry, that may sometimes not be in range.
DELETE FROM `waypoint_scripts` WHERE `id` IN (488, 489, 490) AND `guid` IN (891, 892, 893);
UPDATE `waypoint_data` SET `action` = 0 WHERE `id` = 1365540 AND `point` IN (4, 10, 18);