aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-03-06 17:19:56 +0100
committerShauren <shauren.trinity@gmail.com>2011-03-06 17:19:56 +0100
commit9da4a241f3c557b3c3157409b73250859d5c08cb (patch)
tree7e9af293982b6ef99d4abccd088f86166bd91954
parent13acb0e4f9e8aef13f20eefd74bb0b0f94520120 (diff)
DB/Instances: Remove all forced models and equipments in Icecrown Citadel
-rw-r--r--sql/updates/world/2011_03_06_0_world_creatures.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_06_0_world_creatures.sql b/sql/updates/world/2011_03_06_0_world_creatures.sql
new file mode 100644
index 00000000000..2e5c8ba2aa6
--- /dev/null
+++ b/sql/updates/world/2011_03_06_0_world_creatures.sql
@@ -0,0 +1 @@
+UPDATE `creature` SET `modelid`=0,`equipment_id`=0 WHERE `map`=631;