fix(DB/linked_respawn): Link Rajaxx's waves respawns to Rajaxx (#12843)

* Create rev_1661389140594906100.sql

* Update rev_1661389140594906100.sql
This commit is contained in:
Gultask
2022-08-24 23:33:02 -03:00
committed by GitHub
parent 6076dbd2de
commit f4e5b0a8a5

View File

@@ -0,0 +1,55 @@
--
DELETE FROM `linked_respawn` WHERE `guid` IN (144610,144611,144612,144613,144614,144615,144616,144617,144618,144619,144620,144621,144622,144623,144624,144625,144626,144627,144628,144629,144630,144631,144653,144654,144655,144656,144657,144658,144659,144660,144661,144662,144663,144664,144665,144666,144667,144668,144669,144670,144671,144672,144676,144677,144674,144675,144673,144651,144652);
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
-- Swarmguard Needler
(144610, 144603, 0),
(144611, 144603, 0),
(144612, 144603, 0),
(144613, 144603, 0),
(144614, 144603, 0),
(144615, 144603, 0),
(144616, 144603, 0),
(144617, 144603, 0),
(144618, 144603, 0),
(144619, 144603, 0),
(144620, 144603, 0),
(144621, 144603, 0),
(144622, 144603, 0),
(144623, 144603, 0),
(144624, 144603, 0),
(144625, 144603, 0),
(144626, 144603, 0),
(144627, 144603, 0),
(144628, 144603, 0),
(144629, 144603, 0),
(144630, 144603, 0),
(144631, 144603, 0),
-- Qiraji Warrior
(144653, 144603, 0),
(144654, 144603, 0),
(144655, 144603, 0),
(144656, 144603, 0),
(144657, 144603, 0),
(144658, 144603, 0),
(144659, 144603, 0),
(144660, 144603, 0),
(144661, 144603, 0),
(144662, 144603, 0),
(144663, 144603, 0),
(144664, 144603, 0),
(144665, 144603, 0),
(144666, 144603, 0),
(144667, 144603, 0),
(144668, 144603, 0),
(144669, 144603, 0),
(144670, 144603, 0),
(144671, 144603, 0),
(144672, 144603, 0),
-- Captains
(144676, 144603, 0),
(144677, 144603, 0),
(144674, 144603, 0),
(144675, 144603, 0),
(144673, 144603, 0),
(144651, 144603, 0),
(144652, 144603, 0);