fix(Scripts/Northrend): fix console errors due to Freya WP scripts (#25581)
This commit is contained in:
parent
c6c308aed7
commit
2209e08481
2 changed files with 39 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue