mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
refactor(Scripts/Ulduar): seat Kologarn arms as vehicle accessories (#26747)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `vehicle_template_accessory` WHERE `entry` = 32930;
|
||||
INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES
|
||||
(32930, 32933, 0, 1, 'Kologarn', 8, 0),
|
||||
(32930, 32934, 1, 1, 'Kologarn', 8, 0);
|
||||
Reference in New Issue
Block a user