diff options
author | Nay <dnpd.dd@gmail.com> | 2012-05-31 16:55:51 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-05-31 16:55:51 +0100 |
commit | 7824b84e3af4eb2bca8d22d5b1a0b18a2b9452be (patch) | |
tree | ded0ff2a7d6023bedf4b209b0c802437f80879d3 | |
parent | d1856cfb0a339f15657590c44f9f034a2b2e1a4a (diff) |
DB/NPCs: Grunt Ounda should only have a female model
-rw-r--r-- | sql/updates/world/2012_05_31_02_world_creature_model_info.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_31_02_world_creature_model_info.sql b/sql/updates/world/2012_05_31_02_world_creature_model_info.sql new file mode 100644 index 00000000000..a1aa1155aa6 --- /dev/null +++ b/sql/updates/world/2012_05_31_02_world_creature_model_info.sql @@ -0,0 +1,4 @@ +-- Grunt Ounda should only have a female model +UPDATE `creature_model_info` SET + `modelid_other_gender` = 0 +WHERE `modelid` = 4260; |