diff options
author | Jildor <Jildor@users.noreply.github.com> | 2020-10-05 00:22:12 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-28 14:46:00 +0100 |
commit | 58df8234e24398da06bc3abeaef814605a70e01e (patch) | |
tree | a069e863c6d26d1224477c6c8e11f7d70969deef | |
parent | acf89e77f678cbbee13093b30a08f992e05fa885 (diff) |
DB/Vehicle: Add missing passenger to Salvaged Demolisher (Ulduar)
Closes #25531
(cherry picked from commit 609276c44546236cdbfa014182f0b771ac35e3b2)
-rw-r--r-- | sql/updates/world/master/2022_02_28_14_world_2020_10_04_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_14_world_2020_10_04_03_world.sql b/sql/updates/world/master/2022_02_28_14_world_2020_10_04_03_world.sql new file mode 100644 index 00000000000..cf3ddca75d9 --- /dev/null +++ b/sql/updates/world/master/2022_02_28_14_world_2020_10_04_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `vehicle_template_accessory` WHERE `entry`=33109 AND `accessory_entry`=33620 AND `seat_id`=2; +INSERT INTO `vehicle_template_accessory` (`entry`,`accessory_entry`,`seat_id`,`minion`,`description`) VALUES +(33109,33620,2,1,'Salvaged Demolisher - Earthen Stoneshaper'); |