DB/Vehicle: Add missing passenger to Salvaged Demolisher (Ulduar)

Closes #25531

(cherry picked from commit 609276c445)
This commit is contained in:
Jildor
2020-10-05 00:22:12 +03:00
committed by Shauren
parent acf89e77f6
commit 58df8234e2

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `vehicle_template_accessory` WHERE `entry`=33109 AND `accessory_entry`=33620 AND `seat_id`=2;
INSERT INTO `vehicle_template_accessory` (`entry`,`accessory_entry`,`seat_id`,`minion`,`description`) VALUES
(33109,33620,2,1,'Salvaged Demolisher - Earthen Stoneshaper');