diff options
author | offl <offl@users.noreply.github.com> | 2021-01-15 03:57:20 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-01-15 03:57:20 +0200 |
commit | 9cb2168ab9f16bef23148c10012dc9719b9049e4 (patch) | |
tree | 1214b1b80d1ea08f4d1184c99ac42ec0d8b979c1 | |
parent | 7b79adf5b1c9e482d061076065687ab8d058e59c (diff) |
DB/Loot: Remove clam meat from creature loot
Closes #25844
-rw-r--r-- | sql/updates/world/3.3.5/2021_01_15_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_01_15_03_world.sql b/sql/updates/world/3.3.5/2021_01_15_03_world.sql new file mode 100644 index 00000000000..bb73e21a4ad --- /dev/null +++ b/sql/updates/world/3.3.5/2021_01_15_03_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Item` IN (24477,5504,5503,15924) AND `Reference` = 0; |