diff options
author | offl <offl@users.noreply.github.com> | 2020-05-03 17:10:54 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-05-03 17:10:54 +0200 |
commit | 67b0adca02b9b103bccc168d318b2b0d5f7b248f (patch) | |
tree | 8a7a72fa5ec7a782a5557427ac37d080cd485f66 | |
parent | 71ed2e5d5e4b46700a7e02bbdf53e44bfd7b4d14 (diff) |
DB/Loot: Remove more incorrect/weird items from loot
Closes #24544
-rw-r--r-- | sql/updates/world/3.3.5/2020_05_03_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_03_00_world.sql b/sql/updates/world/3.3.5/2020_05_03_00_world.sql new file mode 100644 index 00000000000..80edd786f1e --- /dev/null +++ b/sql/updates/world/3.3.5/2020_05_03_00_world.sql @@ -0,0 +1,2 @@ +-- Incorrect/weird or drops from gameobjects or items +DELETE FROM `creature_loot_template` WHERE `Item` IN (5263,5329,5368,19726,19727,19813,19814,19815,19816,19817,19818,19819,19820,19821,21037,21039,21040,21314,21211,21745); |