From 6c04b3276d925cbd614f19a0d1551c93c9328435 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sat, 18 Nov 2023 15:04:18 -0300 Subject: [PATCH] fix(DB/Creature): Delete previous spawn of Leotheras (#17779) * fix(DB/Creature): Delete previous spawn of Leotheras * Update rev_1700326661784669100.sql * Update rev_1700326661784669100.sql --- data/sql/updates/pending_db_world/rev_1700326661784669100.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1700326661784669100.sql diff --git a/data/sql/updates/pending_db_world/rev_1700326661784669100.sql b/data/sql/updates/pending_db_world/rev_1700326661784669100.sql new file mode 100644 index 00000000000000..c47959bdd02f48 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1700326661784669100.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `id1` = 21215 AND `guid` = 93773; +UPDATE `linked_respawn` SET `linkedGuid` = 15016 WHERE `linkedGuid` = 93773;