aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-05-17 21:36:09 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-05 22:42:17 +0100
commit2071de8fadb0effee7dd566c981e5087e15f7ea1 (patch)
tree15fd37df4f7a53b1ac3ea4aa9a85a04a3bfae0de
parent4e625bcde77f2ed644cb764ca9e19620b31bc6ac (diff)
DB/Loot: Remove item Carved Ivory Bone from creatures loot
Closes #24624 (cherry picked from commit 7b4b04653be041e53c51121a0cf80b33a5fd4de5)
-rw-r--r--sql/updates/world/master/2022_01_05_01_world_2020_05_17_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_05_01_world_2020_05_17_02_world.sql b/sql/updates/world/master/2022_01_05_01_world_2020_05_17_02_world.sql
new file mode 100644
index 00000000000..b020dbc9c18
--- /dev/null
+++ b/sql/updates/world/master/2022_01_05_01_world_2020_05_17_02_world.sql
@@ -0,0 +1,2 @@
+-- Only from items
+DELETE FROM `creature_loot_template` WHERE `Item` = 24281 AND `Reference` = 0;