From b7f5361e1fa6184ceb853568b4a1d235f19ea92c Mon Sep 17 00:00:00 2001 From: Azcobu Date: Sat, 16 Oct 2021 18:52:28 +0300 Subject: DB/Loot: Remove Tactical Task Briefing IX from Rex Ashil Closes #27074 Credit for finding the solution: CraftedRO (cherry picked from commit 3387cd74bafa98bc900833feefa99680618fb199) --- sql/updates/world/master/2022_03_20_04_world_2021_10_16_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_03_20_04_world_2021_10_16_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2022_03_20_04_world_2021_10_16_04_world.sql b/sql/updates/world/master/2022_03_20_04_world_2021_10_16_04_world.sql new file mode 100644 index 00000000000..e26c3b0a0fb --- /dev/null +++ b/sql/updates/world/master/2022_03_20_04_world_2021_10_16_04_world.sql @@ -0,0 +1,2 @@ +-- Deletes Tactical Task Briefing IX from Rex Ashil +DELETE FROM `creature_loot_template` WHERE `Entry` = 14475 AND `Item` = 20944; -- cgit v1.2.3