From 69c46ed385387070e6835dffa84fe32f4eaccd9c Mon Sep 17 00:00:00 2001 From: Malcrom Date: Fri, 17 Dec 2021 13:50:24 -0400 Subject: [PATCH] fix(DB/Loot): Fel cone loot incorrect (#9713) --- data/sql/updates/pending_db_world/rev_1639529374031815939.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1639529374031815939.sql diff --git a/data/sql/updates/pending_db_world/rev_1639529374031815939.sql b/data/sql/updates/pending_db_world/rev_1639529374031815939.sql new file mode 100644 index 000000000..5af7dff78 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1639529374031815939.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639529374031815939'); + +-- Fix Fel cone loot +DELETE FROM `gameobject_loot_template` WHERE `Entry`=1701 AND `Item`<>3418;