From 8d049545de87595a84e6e2c54d7b44b354644144 Mon Sep 17 00:00:00 2001 From: Kretol Date: Tue, 11 Sep 2012 01:01:57 +0100 Subject: DB/Creature: creature_model_info fix - Horde Guard Closes #3352 --- sql/updates/world/2012_09_10_13_world_creature_model_info.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2012_09_10_13_world_creature_model_info.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_09_10_13_world_creature_model_info.sql b/sql/updates/world/2012_09_10_13_world_creature_model_info.sql new file mode 100644 index 00000000000..339072d0502 --- /dev/null +++ b/sql/updates/world/2012_09_10_13_world_creature_model_info.sql @@ -0,0 +1,4 @@ +UPDATE `creature_model_info` SET `modelid_other_gender`=4264 WHERE `modelid`=4261; -- Female orc grunt +UPDATE `creature_model_info` SET `modelid_other_gender`=4263 WHERE `modelid`=4262; -- Female tauren +UPDATE `creature_model_info` SET `modelid_other_gender`=4262 WHERE `modelid`=4263; -- Male tauren +UPDATE `creature_model_info` SET `modelid_other_gender`=4261 WHERE `modelid`=4264; -- Male orc grunt -- cgit v1.2.3