mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 08:30:34 +01:00
DB/ICC: removed some outdated linked respawns from Valithria Dreamwalker's encounter
This commit is contained in:
5
sql/updates/world/4.3.4/2020_07_24_02_world.sql
Normal file
5
sql/updates/world/4.3.4/2020_07_24_02_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`= 137752;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(137746, 137752, 0),
|
||||
(137747, 137752, 0),
|
||||
(137789, 137752, 0);
|
||||
Reference in New Issue
Block a user