diff options
author | Azcobu <Azcobu@users.noreply.github.com> | 2021-10-16 18:52:28 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-10-16 18:52:28 +0300 |
commit | 3387cd74bafa98bc900833feefa99680618fb199 (patch) | |
tree | e62a896d26ab12767e32f6e93277c1000529fa9b | |
parent | baa8457680997f2d4584e55cb4f465e1e29654d1 (diff) |
DB/Loot: Remove Tactical Task Briefing IX from Rex Ashil
Closes #27074
Credit for finding the solution: CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2021_10_16_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_10_16_04_world.sql b/sql/updates/world/3.3.5/2021_10_16_04_world.sql new file mode 100644 index 00000000000..e26c3b0a0fb --- /dev/null +++ b/sql/updates/world/3.3.5/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; |