aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandera <KanderaDev@gmail.com>2012-05-10 09:03:26 -0400
committerKandera <KanderaDev@gmail.com>2012-05-10 09:03:26 -0400
commit133652624c3774bf506beac9a442707b8d72d096 (patch)
tree572f6c9b3ec35d1e74d9cef932e41a1e4e24746f
parent5057a8156dc0b2f8664ca952d1da2954f385b2f2 (diff)
DB/CreatureTemplate: fix startup error with loot ids.
-rw-r--r--sql/updates/world/2012_05_10_02_world_creature_template.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_10_02_world_creature_template.sql b/sql/updates/world/2012_05_10_02_world_creature_template.sql
new file mode 100644
index 00000000000..28893f24fdf
--- /dev/null
+++ b/sql/updates/world/2012_05_10_02_world_creature_template.sql
@@ -0,0 +1,2 @@
+-- fix creauture_template loot id for infinite corruptor. could have sworn this was already in the db.
+UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` IN (32313,32273);