diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2023-05-10 22:20:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 22:20:08 +0200 |
commit | 083c655d423c4340481bdca6d93c61853f65beee (patch) | |
tree | cd870b51f5787d7142ffda36d1f9e570787c1814 /sql | |
parent | b829c8e23c3e0d457346315c68b52ca72e98e43c (diff) |
DB/Creature: Add Scourgelord Tyrannus mount rider at the entrance of POS
closes #28912 by CraftedRO
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2023_05_10_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2023_05_10_00_world.sql b/sql/updates/world/3.3.5/2023_05_10_00_world.sql new file mode 100644 index 00000000000..7b7494fa4af --- /dev/null +++ b/sql/updates/world/3.3.5/2023_05_10_00_world.sql @@ -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); |