diff options
| author | Killyana <morphone1@gmail.com> | 2020-01-19 22:30:19 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-20 23:15:41 +0100 |
| commit | 575e18b12035beed6f892920e041f278ab4cb780 (patch) | |
| tree | 082e28d4c266b8c83177d611d129eeb42d53a2a3 | |
| parent | 4dfaaa61ce3112e8bd9fc9765398f3474dd6492f (diff) | |
DB: Missing change in the previous commit
(cherry picked from commit a249044700f0c44e54b77ced39a8e1ae86d30cf5)
| -rw-r--r-- | sql/updates/world/master/2021_12_20_26_world_2020_01_19_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_20_26_world_2020_01_19_04_world.sql b/sql/updates/world/master/2021_12_20_26_world_2020_01_19_04_world.sql new file mode 100644 index 00000000000..f3f53b8a934 --- /dev/null +++ b/sql/updates/world/master/2021_12_20_26_world_2020_01_19_04_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (8879,8870); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,8879,0,0,48,11221,1,0,0,0,'','Only show gossip option 0 if player has if player has quest objective 11221 active'), +(15,8870,0,0,48,11221,0,0,0,0,'','Only show gossip option 0 if player has if player has quest objective 11221 active'); |
