mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
fix(DB/loot): Fixed chicken egg loot (#8636)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user