From 7da65e77b3b44564117e0161b07f42ffcf411ad2 Mon Sep 17 00:00:00 2001 From: Nefertumm Date: Thu, 27 Jan 2022 10:14:59 -0300 Subject: [PATCH] fix(DB/Loot): Frostwhisper's Embalming fluid can be looted without the quest (#10238) --- data/sql/updates/pending_db_world/rev_1642522474408055800.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1642522474408055800.sql diff --git a/data/sql/updates/pending_db_world/rev_1642522474408055800.sql b/data/sql/updates/pending_db_world/rev_1642522474408055800.sql new file mode 100644 index 000000000..563281925 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1642522474408055800.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642522474408055800'); + +UPDATE `gameobject_loot_template` SET `QuestRequired` = 0 WHERE `Entry` = 13381 AND `Item` = 12736;