From 0a08027bd90d952a226c75ed378f5a89ea4d601b Mon Sep 17 00:00:00 2001 From: Rothend Date: Fri, 26 Jun 2020 23:07:10 +0200 Subject: DB/Conditions: remove wrong conditions related to the Purple/Green Trophy Tabard of the Illidari from Tabard Vendors Closes #24829 --- sql/updates/world/3.3.5/2020_06_26_12_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_06_26_12_world.sql (limited to 'sql/updates') 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; -- cgit v1.2.3