diff options
| author | Aokromes <jipr@hotmail.com> | 2013-06-18 05:22:49 +0300 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2013-06-18 05:22:49 +0300 |
| commit | 07b2c89d7527b12125b20f9cecd26d6b3a4c6227 (patch) | |
| tree | 40381232c48a6a37439a028b639794dd1068a1e4 | |
| parent | 7f54297271a8bcd9b26d22cf8dd3dab817b4e779 (diff) | |
DB/Misc: Cleaning db of unused/obsolete stuff
| -rw-r--r-- | sql/updates/world/2013_06_18_01_world_misc.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_18_01_world_misc.sql b/sql/updates/world/2013_06_18_01_world_misc.sql new file mode 100644 index 00000000000..2046eb81609 --- /dev/null +++ b/sql/updates/world/2013_06_18_01_world_misc.sql @@ -0,0 +1,4 @@ +-- Cleaning the database of unused/obsolete data +DELETE FROM `creature` WHERE `map` IN (449,450); +DELETE FROM `creature_loot_template` WHERE `entry` IN (16156,16157,16158,16368,16446,16448,16449,16451,16452); +UPDATE `creature_template` SET `lootid`=0 WHERE `entry` IN (16156,16157,16158,16368,16446,16448,16449,16451,16452); |
