DB/NPCs: Grunt Ounda should only have a female model

This commit is contained in:
Nay
2012-05-31 16:55:51 +01:00
parent d1856cfb0a
commit 7824b84e3a
@@ -0,0 +1,4 @@
-- Grunt Ounda should only have a female model
UPDATE `creature_model_info` SET
`modelid_other_gender` = 0
WHERE `modelid` = 4260;