diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-07-22 12:31:43 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-10-17 00:33:01 +0200 |
| commit | a4402fd92cd4e30d2d684bebde67f1a90c08e463 (patch) | |
| tree | 2105e9d9c872d8e58697ef370a55778f765b95e5 | |
| parent | 7c15ec00c7c1a4d5bd3ce37de6776b8a407b65b7 (diff) | |
DB/Conditions: Kharan Mighthammer
Closes #22181
(cherry picked from commit 307230c2f49dc727ef77762808ee4babcdb6f60f)
| -rw-r--r-- | sql/updates/world/master/2021_10_17_00_world_2018_07_22_00_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_17_00_world_2018_07_22_00_world_335.sql b/sql/updates/world/master/2021_10_17_00_world_2018_07_22_00_world_335.sql new file mode 100644 index 00000000000..529a5a3e14b --- /dev/null +++ b/sql/updates/world/master/2021_10_17_00_world_2018_07_22_00_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=1822; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,1822,2473,0,0,6,0,67,0,0,0,0,0,"","Show gossip text 2473 if player is Horde"), +(14,1822,2474,0,0,6,0,469,0,0,0,0,0,"","Show gossip text 2474 if player is Alliance"); |
