From a6e0c66964f259f85c5f0c16577657126791c14f Mon Sep 17 00:00:00 2001 From: Wyreth Date: Wed, 1 Nov 2017 17:58:42 +0100 Subject: DB/Creature: Fix some models Wing Commander Gryphongar, Wodin the Troll-Servant, Rin'ji Closes #20774 --- sql/updates/world/3.3.5/2017_11_01_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_11_01_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_11_01_02_world.sql b/sql/updates/world/3.3.5/2017_11_01_02_world.sql new file mode 100644 index 00000000000..a367ad4d9f5 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_01_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0 WHERE `DisplayID` IN (6485, 12829, 16389); +UPDATE `creature` SET `modelid`=0 WHERE `id`=7780; -- cgit v1.2.3