diff options
author | Rothend <Rothend@users.noreply.github.com> | 2020-06-26 23:07:10 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-06-26 23:07:10 +0200 |
commit | 0a08027bd90d952a226c75ed378f5a89ea4d601b (patch) | |
tree | 4bf9a12c704e46856978ce55dff62a474f08b587 | |
parent | b2ad5d5b2b1a14c15ccc0e116008171fca7aaf30 (diff) |
DB/Conditions: remove wrong conditions related to the Purple/Green Trophy Tabard of the Illidari from Tabard Vendors
Closes #24829
-rw-r--r-- | sql/updates/world/3.3.5/2020_06_26_12_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_06_26_12_world.sql b/sql/updates/world/3.3.5/2020_06_26_12_world.sql new file mode 100644 index 00000000000..c81cdcf64c1 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_06_26_12_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9832 AND `SourceEntry` IN (4, 5) AND `ConditionTypeOrReference`=2 AND `ConditionValue1`=31408; |