diff options
| author | Rothend <Rothend@users.noreply.github.com> | 2020-06-26 23:07:10 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-19 21:13:00 +0100 |
| commit | 0e44700598f482996ed3156526d2954787692958 (patch) | |
| tree | 7da40f3acbb783fe8fdfbfbd3793e524191b76d0 | |
| parent | b65aff8323c3403974e98f4c84d2875ee8084e86 (diff) | |
DB/Conditions: remove wrong conditions related to the Purple/Green Trophy Tabard of the Illidari from Tabard Vendors
Closes #24829
(cherry picked from commit 0a08027bd90d952a226c75ed378f5a89ea4d601b)
| -rw-r--r-- | sql/updates/world/master/2022_01_19_05_world_2020_06_26_12_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_19_05_world_2020_06_26_12_world.sql b/sql/updates/world/master/2022_01_19_05_world_2020_06_26_12_world.sql new file mode 100644 index 00000000000..c81cdcf64c1 --- /dev/null +++ b/sql/updates/world/master/2022_01_19_05_world_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; |
