From 4fdbc0bf753f02b613a2387b36756986f9db7720 Mon Sep 17 00:00:00 2001 From: mpfans Date: Sun, 24 Oct 2021 10:45:45 +0800 Subject: [PATCH] fix(DB/loot): Fixed chicken egg loot (#8636) --- data/sql/updates/pending_db_world/rev_1634706174285242289.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1634706174285242289.sql diff --git a/data/sql/updates/pending_db_world/rev_1634706174285242289.sql b/data/sql/updates/pending_db_world/rev_1634706174285242289.sql new file mode 100644 index 000000000..4c77afd7d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1634706174285242289.sql @@ -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;