aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaelima <jeppo_meyer@msn.com>2011-05-10 02:31:58 +0200
committerkaelima <jeppo_meyer@msn.com>2011-05-10 02:31:58 +0200
commit9be224cec2b853c55207c604f98310d81e39934e (patch)
tree31392f3cdf580b387f8f4199f5e1b469b1d132f4
parentf8948213543f3ced6c5b5c45f12ccebb0b644372 (diff)
DB/Creature: Fix model set in creature table for Trapdoor Crawler, found in Zul'drak. Thank Aokromes.
-rw-r--r--sql/updates/world/2011_05_10_00_world_creature.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_10_00_world_creature.sql b/sql/updates/world/2011_05_10_00_world_creature.sql
new file mode 100644
index 00000000000..d2261054fd7
--- /dev/null
+++ b/sql/updates/world/2011_05_10_00_world_creature.sql
@@ -0,0 +1,6 @@
+-- Trapdoor Crawler
+UPDATE `creature` SET `modelid`=0 WHERE `id`=28221;
+UPDATE `creature_model_info` SET `bounding_radius`=2,`combat_reach`=4.6,`gender`=1 WHERE `modelid`=18043;
+DELETE FROM `creature_template_addon` WHERE `entry`=28221;
+INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
+(28221,0,0,1,0, '11959');