diff options
| author | kaelima <kaelima@live.se> | 2012-04-12 01:11:12 +0200 |
|---|---|---|
| committer | kaelima <kaelima@live.se> | 2012-04-12 01:11:12 +0200 |
| commit | f60e9a4f8470ad1aee888795a54bf40b8ad0ae98 (patch) | |
| tree | baca705a5440281d2088c57ce2100210569c6055 | |
| parent | 397ee8ceb549cbfa5de949cd882ddc99cf3ea7c0 (diff) | |
DB/Creature: Use proper model for Celestial Steed - fixes some animations
Closes #6166
| -rw-r--r-- | sql/updates/world/2012_04_12_00_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_12_00_world_creature_template.sql b/sql/updates/world/2012_04_12_00_world_creature_template.sql new file mode 100644 index 00000000000..ef4596939f5 --- /dev/null +++ b/sql/updates/world/2012_04_12_00_world_creature_template.sql @@ -0,0 +1,2 @@ +-- Update proper modelid for Celestial Steed (31957 is wrong) +UPDATE `creature_template` SET `modelid1`=31958,`modelid2`=0 WHERE `entry`=40625; |
