diff options
author | Kretol <kretol@conquestofthehorde.com> | 2012-09-11 01:01:57 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-09-11 01:01:57 +0100 |
commit | 8d049545de87595a84e6e2c54d7b44b354644144 (patch) | |
tree | ce2fa1a5fa408b4e3adc629ce897853b874c7414 | |
parent | 8558a212118d440f68fba6884510a958f009943a (diff) |
DB/Creature: creature_model_info fix - Horde Guard
Closes #3352
-rw-r--r-- | sql/updates/world/2012_09_10_13_world_creature_model_info.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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 |