DB/Creature: Add Scourgelord Tyrannus mount rider at the entrance of POS

closes #28912 by CraftedRO
This commit is contained in:
Aokromes
2023-05-10 22:20:08 +02:00
committed by GitHub
parent b829c8e23c
commit 083c655d42

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `vehicle_template_accessory` WHERE `entry`=36794 AND `seat_id`=0;
INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES
(36794, 36658, 0, 0, 'Scourgelord Tyrannus on Scourgelord Tyrannus', 6, 300);