fix(DB/waypoint_data): prevent 'Plagued Scavenger' from flying up to … (#24127)

This commit is contained in:
sudlud
2025-12-17 12:56:16 +01:00
committed by GitHub
parent 5f824441d5
commit 82b4ecb415

View File

@@ -0,0 +1,2 @@
-- prevent 'Plagued Scavenger' from flying up to Dalaran
DELETE FROM `waypoint_data` WHERE `id` = 1006640 AND `point` = 8;