diff options
author | offl <offl@users.noreply.github.com> | 2020-05-03 17:10:54 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-02 00:39:22 +0100 |
commit | 8bf9637c3c61fd60a9127af99336c1dabe7fe6ee (patch) | |
tree | 87da316db6a3aba0c7136c961b545713acfce352 | |
parent | 06334ab734f25a31853a78936d534a11e2b56c0f (diff) |
DB/Loot: Remove more incorrect/weird items from loot
Closes #24544
(cherry picked from commit 67b0adca02b9b103bccc168d318b2b0d5f7b248f)
-rw-r--r-- | sql/updates/world/master/2022_01_01_50_world_2020_05_03_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_01_50_world_2020_05_03_00_world.sql b/sql/updates/world/master/2022_01_01_50_world_2020_05_03_00_world.sql new file mode 100644 index 00000000000..80edd786f1e --- /dev/null +++ b/sql/updates/world/master/2022_01_01_50_world_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); |