mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
fix(Scripts/Northrend): fix console errors due to Freya WP scripts (#25581)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user