fix(DB/loot): Fixed chicken egg loot (#8636)

This commit is contained in:
mpfans
2021-10-24 10:45:45 +08:00
committed by GitHub
parent 1776449fb6
commit 4fdbc0bf75

View File

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