From cb9dbd608a1e7968d37a16eb0c6f1fc1ac2f478e Mon Sep 17 00:00:00 2001 From: ZhengPeiRu21 <98835050+ZhengPeiRu21@users.noreply.github.com> Date: Sat, 1 Oct 2022 17:02:20 -0600 Subject: [PATCH] fix(DB/creature_loot_template): Branch of Cenarius should not drop from Prince Raze (#13174) --- data/sql/updates/pending_db_world/rev_1664495426800201100.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1664495426800201100.sql diff --git a/data/sql/updates/pending_db_world/rev_1664495426800201100.sql b/data/sql/updates/pending_db_world/rev_1664495426800201100.sql new file mode 100644 index 000000000..355515b16 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1664495426800201100.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Entry`=10647 AND `Item`=5461;