diff options
author | Azcobu <Azcobu@users.noreply.github.com> | 2021-10-16 18:52:28 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-20 15:59:49 +0100 |
commit | b7f5361e1fa6184ceb853568b4a1d235f19ea92c (patch) | |
tree | fa01e0bb5257c1ca06582f4a570248a7d5cdea24 | |
parent | f8c27fd7f9a49f6b77e1f56edbad13b5542dd0b8 (diff) |
DB/Loot: Remove Tactical Task Briefing IX from Rex Ashil
Closes #27074
Credit for finding the solution: CraftedRO
(cherry picked from commit 3387cd74bafa98bc900833feefa99680618fb199)
-rw-r--r-- | sql/updates/world/master/2022_03_20_04_world_2021_10_16_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |