DB/Loot: Remove item Carved Ivory Bone from creatures loot

Closes #24624

(cherry picked from commit 7b4b04653b)
This commit is contained in:
offl
2020-05-17 21:36:09 +02:00
committed by Shauren
parent 4e625bcde7
commit 2071de8fad

View File

@@ -0,0 +1,2 @@
-- Only from items
DELETE FROM `creature_loot_template` WHERE `Item` = 24281 AND `Reference` = 0;