From f361eecd979e17607d6c8ae19a7d1b7effb07042 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 19 Nov 2019 18:40:20 +0100 Subject: [PATCH] DB/TSC: add default vehicle id of High Priestess Azil to template data to send it out properly on update_object to make the seat visuals work properly --- sql/updates/world/custom/custom_2019_11_19_03_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/custom/custom_2019_11_19_03_world.sql diff --git a/sql/updates/world/custom/custom_2019_11_19_03_world.sql b/sql/updates/world/custom/custom_2019_11_19_03_world.sql new file mode 100644 index 00000000000..5583099e51f --- /dev/null +++ b/sql/updates/world/custom/custom_2019_11_19_03_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `VehicleId`= 903 WHERE `entry` IN (42333, 49624);