mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Linked Respawns: Link some missing Slags with Volkhan (HoL)
This commit is contained in:
7
sql/updates/world/2011_10_29_04_world_linked_respawn.sql
Normal file
7
sql/updates/world/2011_10_29_04_world_linked_respawn.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=126982 AND `guid` IN (126978,126971,126977,126969,126968);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`) VALUES
|
||||
(126978, 126982),
|
||||
(126971, 126982),
|
||||
(126977, 126982),
|
||||
(126969, 126982),
|
||||
(126968, 126982);
|
||||
Reference in New Issue
Block a user