Skip to content

Commit

Permalink
fix(DB/Creature): Delete previous spawn of Leotheras (azerothcore#17779)
Browse files Browse the repository at this point in the history
* fix(DB/Creature): Delete previous spawn of Leotheras

* Update rev_1700326661784669100.sql

* Update rev_1700326661784669100.sql
  • Loading branch information
Nyeriah authored Nov 18, 2023
1 parent e90d7a2 commit 6c04b32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/rev_1700326661784669100.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--
DELETE FROM `creature` WHERE `id1` = 21215 AND `guid` = 93773;
UPDATE `linked_respawn` SET `linkedGuid` = 15016 WHERE `linkedGuid` = 93773;

0 comments on commit 6c04b32

Please sign in to comment.