mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creatures): Corrupted Blue Whelp should stop respawning if Bro… (#11153)
…odlord Lashlayer is dead.
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648294393927803100');
|
||||
|
||||
DELETE FROM `linked_respawn` WHERE `guid` BETWEEN 2000009 AND 2000049;
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(2000009,84387,0),
|
||||
(2000010,84387,0),
|
||||
(2000011,84387,0),
|
||||
(2000012,84387,0),
|
||||
(2000013,84387,0),
|
||||
(2000014,84387,0),
|
||||
(2000015,84387,0),
|
||||
(2000016,84387,0),
|
||||
(2000017,84387,0),
|
||||
(2000018,84387,0),
|
||||
(2000019,84387,0),
|
||||
(2000020,84387,0),
|
||||
(2000021,84387,0),
|
||||
(2000022,84387,0),
|
||||
(2000023,84387,0),
|
||||
(2000024,84387,0),
|
||||
(2000025,84387,0),
|
||||
(2000026,84387,0),
|
||||
(2000027,84387,0),
|
||||
(2000028,84387,0),
|
||||
(2000029,84387,0),
|
||||
(2000030,84387,0),
|
||||
(2000031,84387,0),
|
||||
(2000032,84387,0),
|
||||
(2000033,84387,0),
|
||||
(2000034,84387,0),
|
||||
(2000035,84387,0),
|
||||
(2000036,84387,0),
|
||||
(2000037,84387,0),
|
||||
(2000038,84387,0),
|
||||
(2000039,84387,0),
|
||||
(2000040,84387,0),
|
||||
(2000041,84387,0),
|
||||
(2000042,84387,0),
|
||||
(2000043,84387,0),
|
||||
(2000044,84387,0),
|
||||
(2000045,84387,0),
|
||||
(2000046,84387,0),
|
||||
(2000047,84387,0),
|
||||
(2000048,84387,0),
|
||||
(2000049,84387,0);
|
||||
Reference in New Issue
Block a user