From 9d863e2651c835c7f1fbccea80972047ba05b47b Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 27 Jan 2014 13:47:25 +0100 Subject: DB/Creature Fix 2 models of mobs By alpharius, closes #11210 --- sql/updates/world/2014_01_27_10_world_creature_model_info.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_01_27_10_world_creature_model_info.sql (limited to 'sql') diff --git a/sql/updates/world/2014_01_27_10_world_creature_model_info.sql b/sql/updates/world/2014_01_27_10_world_creature_model_info.sql new file mode 100644 index 00000000000..adb94260fb9 --- /dev/null +++ b/sql/updates/world/2014_01_27_10_world_creature_model_info.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_model_info` SET `modelid_other_gender`=0 WHERE `modelid` IN (1812, 3441); -- cgit v1.2.3