refactor(Scripts/Ulduar): seat Kologarn arms as vehicle accessories (#26747)

This commit is contained in:
Andrew
2026-07-23 06:33:04 -03:00
committed by GitHub
parent be7d63b16c
commit 6c449d1dbf
2 changed files with 46 additions and 49 deletions

View File

@@ -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);