diff options
| author | Kandera <KanderaDev@gmail.com> | 2012-05-10 09:03:26 -0400 |
|---|---|---|
| committer | Kandera <KanderaDev@gmail.com> | 2012-05-10 09:03:26 -0400 |
| commit | 133652624c3774bf506beac9a442707b8d72d096 (patch) | |
| tree | 572f6c9b3ec35d1e74d9cef932e41a1e4e24746f | |
| parent | 5057a8156dc0b2f8664ca952d1da2954f385b2f2 (diff) | |
DB/CreatureTemplate: fix startup error with loot ids.
| -rw-r--r-- | sql/updates/world/2012_05_10_02_world_creature_template.sql | 2 |
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); |
