summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsudlud <sudlud@users.noreply.github.com>2025-12-17 12:56:16 +0100
committerGitHub <noreply@github.com>2025-12-17 12:56:16 +0100
commit82b4ecb4152d2c24e45d13c666591eb499d0c9c4 (patch)
treec9fcd6cfb22d3d8fa94ce5c90651ffcace4359e2
parent5f824441d52075650c372acbc1906093ed59e8e7 (diff)
fix(DB/waypoint_data): prevent 'Plagued Scavenger' from flying up to … (#24127)
-rw-r--r--data/sql/updates/pending_db_world/rev_1765962030630917400.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1765962030630917400.sql b/data/sql/updates/pending_db_world/rev_1765962030630917400.sql
new file mode 100644
index 0000000000..0ac00e3195
--- /dev/null
+++ b/data/sql/updates/pending_db_world/rev_1765962030630917400.sql
@@ -0,0 +1,2 @@
+-- prevent 'Plagued Scavenger' from flying up to Dalaran
+DELETE FROM `waypoint_data` WHERE `id` = 1006640 AND `point` = 8;