From 0404e5ad6167fd6c223056c23ace135936bb80e0 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 17 Oct 2018 21:07:56 +0200 Subject: DB/Conditions: Update gossip condition for Private Weeks Ref https://github.com/TrinityCore/TrinityCore/commit/9530ce4a2e140efe878a00e0ac1b904e9daa3882 --- sql/updates/world/3.3.5/2018_10_17_05_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_10_17_05_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_10_17_05_world_335.sql b/sql/updates/world/3.3.5/2018_10_17_05_world_335.sql new file mode 100644 index 00000000000..8b7b45a82cd --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_17_05_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `SourceGroup`=7771 WHERE `SourceGroup` IN (21253) AND `SourceTypeOrReferenceId`=15 AND `ConditionValue1`=10040; -- cgit v1.2.3