mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Vehicle: Add missing passenger to Salvaged Demolisher (Ulduar)
Closes #25531
(cherry picked from commit 609276c445)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user