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
This commit is contained in:
Andrew
2023-11-18 15:04:18 -03:00
committed by GitHub
parent e90d7a2f92
commit 6c04b3276d

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `creature` WHERE `id1` = 21215 AND `guid` = 93773;
UPDATE `linked_respawn` SET `linkedGuid` = 15016 WHERE `linkedGuid` = 93773;