diff options
author | Killyana <morphone1@gmail.com> | 2018-10-17 21:07:56 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-15 14:01:23 +0100 |
commit | be6bf9da9e959207717a61ca437dfced626ff438 (patch) | |
tree | dfdaefe5fb30def835602912132fc181b1a833ea | |
parent | 90e42843a463615d9e577f2ba73581ccaffeab71 (diff) |
DB/Conditions: Update gossip condition for Private Weeks
Ref https://github.com/TrinityCore/TrinityCore/commit/9530ce4a2e140efe878a00e0ac1b904e9daa3882
(cherry picked from commit 0404e5ad6167fd6c223056c23ace135936bb80e0)
-rw-r--r-- | sql/updates/world/master/2021_11_15_03_world_2018_10_17_05_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_15_03_world_2018_10_17_05_world_335.sql b/sql/updates/world/master/2021_11_15_03_world_2018_10_17_05_world_335.sql new file mode 100644 index 00000000000..8b7b45a82cd --- /dev/null +++ b/sql/updates/world/master/2021_11_15_03_world_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; |