From 5e7f7c49be00bc0e1214a34410e485b1b8529ec4 Mon Sep 17 00:00:00 2001 From: speedrunz Date: Thu, 6 Apr 2023 10:18:10 +0800 Subject: [PATCH] fix(DB/Creature)> Remove the Spire Frostwyrm remnant in alliance side (#15838) --- .../pending_db_world/fix-spire-frostwyrm-remnant-alliance | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/fix-spire-frostwyrm-remnant-alliance diff --git a/data/sql/updates/pending_db_world/fix-spire-frostwyrm-remnant-alliance b/data/sql/updates/pending_db_world/fix-spire-frostwyrm-remnant-alliance new file mode 100644 index 000000000..27739be8f --- /dev/null +++ b/data/sql/updates/pending_db_world/fix-spire-frostwyrm-remnant-alliance @@ -0,0 +1,2 @@ +DELETE FROM `creature` WHERE (`id1` = 37230) AND (`guid` IN (247157)); +DELETE FROM `creature_movement_override` WHERE `SpawnId`=247157;