From ee05744bfe8c51bef7ccf96572c55d57132280ee Mon Sep 17 00:00:00 2001 From: Jinnaix Date: Sun, 2 Aug 2020 21:22:12 +0300 Subject: DB/Loot: Important Blackrock Documents should only be lootable from a gameobject Closes #25162 --- sql/updates/world/3.3.5/2020_08_02_23_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_02_23_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_08_02_23_world_335.sql b/sql/updates/world/3.3.5/2020_08_02_23_world_335.sql new file mode 100644 index 00000000000..7e42cace10b --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_02_23_world_335.sql @@ -0,0 +1,2 @@ +-- Important Blackrock Documents should only be lootable from a gameobject +DELETE FROM `creature_loot_template` WHERE `Reference`=0 AND `Item`=12562; -- cgit v1.2.3