fix(DB/Loot): Remove Jingling Bell from creature loot (#9909)
This commit is contained in:
parent
1df8a47e4a
commit
770cb0bf2c
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue