diff options
| author | offl <offl@users.noreply.github.com> | 2017-02-18 07:05:18 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-07-21 21:06:54 +0200 |
| commit | 16d48f811e3e817cab65f75c4fd0d3544a11c773 (patch) | |
| tree | 00db81b9edc11f032386e9fc6438e25227fe8841 | |
| parent | ecb44f82a41c6053ddbd30dd087974134b53810b (diff) | |
DB/Loot: Remove some wrong loots
Update #18182
(cherrypicked from 6d127007d679594e889f2ccb781a3a34d7278f61)
| -rw-r--r-- | sql/updates/world/master/2019_07_18_07_world_2017_02_18_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_07_18_07_world_2017_02_18_01_world.sql b/sql/updates/world/master/2019_07_18_07_world_2017_02_18_01_world.sql new file mode 100644 index 00000000000..128583316b9 --- /dev/null +++ b/sql/updates/world/master/2019_07_18_07_world_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); |
