fix(DB/Loot): Remove Jingling Bell from creature loot (#9909)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1640718198383728700');
|
||||||
|
|
||||||
|
-- Remove 'Jingling Bell' should not drop from any creature
|
||||||
|
DELETE FROM `creature_loot_template` WHERE `Item`=21308;
|
||||||
Reference in New Issue
Block a user