fix(DB/loot): Fixed chicken egg loot (#8636)
This commit is contained in:
parent
1776449fb6
commit
4fdbc0bf75
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634706174285242289');
|
||||
|
||||
-- fixed Chicken Egg (id 11110) error loot
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 525 AND `Item` = 11110;
|
||||
Loading…
Add table
Add a link
Reference in a new issue