fix(DB/Loot): Remove Jingling Bell from creature loot (#9909)

This commit is contained in:
Noxies
2021-12-29 04:37:12 +01:00
committed by GitHub
parent 1df8a47e4a
commit 770cb0bf2c

View File

@@ -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;