From a5b8e167dda0697f88b16ce0892912afda4c3e4b Mon Sep 17 00:00:00 2001 From: Gildor Date: Sat, 20 Nov 2021 20:49:30 +0100 Subject: Core/Auras: Set proper displayId for mounts that changes depending on your Riding skill and location with more than one modelId (#27207) Closes #27199 --- sql/updates/world/3.3.5/2021_11_20_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_11_20_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_11_20_01_world.sql b/sql/updates/world/3.3.5/2021_11_20_01_world.sql new file mode 100644 index 00000000000..ffab25bb6c1 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_11_20_01_world.sql @@ -0,0 +1,5 @@ +-- Set proper modelid +UPDATE `creature_template` SET `modelid1`=31248, `modelid2`=31007 WHERE `entry`=38545; -- Invincible +UPDATE `creature_template` SET `modelid1`=31957, `modelid2`=31958 WHERE `entry`=40625; -- Celestial Steed +-- Invincible wrong otherGender displayID +UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0 WHERE `DisplayID` IN (31007,31248); -- cgit v1.2.3