DB/Creature: Use proper model for Celestial Steed - fixes some animations

Closes #6166
This commit is contained in:
kaelima
2012-04-12 01:11:12 +02:00
parent 397ee8ceb5
commit f60e9a4f84

View File

@@ -0,0 +1,2 @@
-- Update proper modelid for Celestial Steed (31957 is wrong)
UPDATE `creature_template` SET `modelid1`=31958,`modelid2`=0 WHERE `entry`=40625;