mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Creature: Add Scourgelord Tyrannus mount rider at the entrance of POS
closes #28912 by CraftedRO
This commit is contained in:
4
sql/updates/world/3.3.5/2023_05_10_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2023_05_10_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user