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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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