From 1812a57b4eec7b9f4adf045d4e9344354b9d4f97 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Mon, 19 Sep 2016 19:13:35 +0200 Subject: DB/Loot: item Bog Lord Tendril is not a quest item. --- sql/updates/world/3.3.5/2016_09_19_06_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_19_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_09_19_06_world.sql b/sql/updates/world/3.3.5/2016_09_19_06_world.sql new file mode 100644 index 00000000000..a512b53cf79 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_19_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `QuestRequired`=0 WHERE `Item`=24291; -- cgit v1.2.3