aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXanadu <none@none>2010-06-19 21:23:56 +0200
committerXanadu <none@none>2010-06-19 21:23:56 +0200
commit0e4954df2e3a31a9d2f928b365b7614ef182e3c3 (patch)
tree491191bf689aff3ba0d99e386b4e124a68d8bbfd
parent3e03e8d26b1730701bf33d220bdc3c5752c420a7 (diff)
Fixed the client crash near Exodar mysteriously caused by a model ID. Closes issue #2731.
--HG-- branch : trunk
-rw-r--r--sql/updates/8640_world_creature_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8640_world_creature_template.sql b/sql/updates/8640_world_creature_template.sql
new file mode 100644
index 00000000000..2b8e2327274
--- /dev/null
+++ b/sql/updates/8640_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `modelid2` = 0, `WDBVerified` = -11723 WHERE `entry` = 17591;