mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
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:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `id1` = 21215 AND `guid` = 93773;
|
||||
UPDATE `linked_respawn` SET `linkedGuid` = 15016 WHERE `linkedGuid` = 93773;
|
||||
Reference in New Issue
Block a user