From f60e9a4f8470ad1aee888795a54bf40b8ad0ae98 Mon Sep 17 00:00:00 2001 From: kaelima Date: Thu, 12 Apr 2012 01:11:12 +0200 Subject: [PATCH] DB/Creature: Use proper model for Celestial Steed - fixes some animations Closes #6166 --- sql/updates/world/2012_04_12_00_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_04_12_00_world_creature_template.sql 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;