diff options
| author | offl <offl@users.noreply.github.com> | 2017-02-18 07:05:18 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-02-18 07:05:18 +0100 |
| commit | 6d127007d679594e889f2ccb781a3a34d7278f61 (patch) | |
| tree | 4f471f1d5d7b0c1c9a5267e9809460645f52b7ae | |
| parent | 2e6ade5acc42c8605378f350df6f2dc953d05272 (diff) | |
DB/Loot: Remove some wrong loots
Update #18182
| -rw-r--r-- | sql/updates/world/3.3.5/2017_02_18_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_02_18_01_world.sql b/sql/updates/world/3.3.5/2017_02_18_01_world.sql new file mode 100644 index 00000000000..128583316b9 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_02_18_01_world.sql @@ -0,0 +1,3 @@ +-- +-- These items should be contained only in Decoded True Believer Clippings +DELETE FROM `creature_loot_template` WHERE `Item` IN (20518,20531,20532,20541,20545,20546,20552,20676,20677,20678,20679); |
