diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-07-22 12:32:39 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-10-17 00:40:57 +0200 |
| commit | 248a1a6322a0fadf41b4a7c6163e3d38e76d37f8 (patch) | |
| tree | c76d1b1bddcb00c539e25dd8a472edae075f212e | |
| parent | 9cb125589848cfa5c202ee675837049209de7f12 (diff) | |
DB/Gossip: Royal Historian Archesonus
Coses #22179
(cherry picked from commit 9c7f6c411e77df5bd5265200b08d51473138ce5f)
| -rw-r--r-- | sql/updates/world/master/2021_10_17_02_world_2018_07_22_02_world_335.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_17_02_world_2018_07_22_02_world_335.sql b/sql/updates/world/master/2021_10_17_02_world_2018_07_22_02_world_335.sql new file mode 100644 index 00000000000..13689b043ad --- /dev/null +++ b/sql/updates/world/master/2021_10_17_02_world_2018_07_22_02_world_335.sql @@ -0,0 +1,8 @@ +-- Royal Historian Archesonus +DELETE FROM `gossip_menu` WHERE `MenuID`=1561 AND `TextID`=2235; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(1561,2235,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=1561; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,1561,2235,0,0,9,0,3702,0,0,0,0,0,"","Show gossip text 2235 if quest 'The Smoldering Ruins of Thaurissan' is taken"); |
