diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-05-31 09:22:31 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-09-26 23:23:04 +0200 |
| commit | 73ab313b94b093c346a74094dfe92544961bb68e (patch) | |
| tree | a2edf8f604105d9a818052a12e81dfa4fe146e2e | |
| parent | dd5baf3a6f2377b2faaf4d81dcdfcb8170048ad0 (diff) | |
DB/Gossip: Lady Jaina Proudmoore
Closes #21985
(cherry picked from commit a4db2d0a0d450d04ffd08eb328809a21c3a90cf0)
| -rw-r--r-- | sql/updates/world/master/2021_09_26_37_world_2018_05_31_03_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_26_37_world_2018_05_31_03_world_335.sql b/sql/updates/world/master/2021_09_26_37_world_2018_05_31_03_world_335.sql new file mode 100644 index 00000000000..3ccdbc07a73 --- /dev/null +++ b/sql/updates/world/master/2021_09_26_37_world_2018_05_31_03_world_335.sql @@ -0,0 +1,4 @@ +-- Lady Jaina Proudmoore +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=2465; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2465,3158,0,0,8,0,1267,0,0,0,0,0,"","Show gossip text 3158 if quest 'The Missing Diplomat (Part 17)' is rewarded"); |
