diff options
author | offl <offl@users.noreply.github.com> | 2021-10-20 22:54:38 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-20 16:37:01 +0100 |
commit | 27d46f36422e0f7e6f74e282ebe92e6ab3cd19cf (patch) | |
tree | 5b074b926278db12c21238dabc65e4632fd6b2b8 | |
parent | 7a0268d4f12914280ffa0de36100a11781f14f45 (diff) |
DB/Creature: Lanthan Perilon gossip texts
(cherry picked from commit 9833562ceb422f8c2f34014e22c61ce007466f74)
-rw-r--r-- | sql/updates/world/master/2022_03_20_10_world_2021_10_20_01_world_335.sql | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_20_10_world_2021_10_20_01_world_335.sql b/sql/updates/world/master/2022_03_20_10_world_2021_10_20_01_world_335.sql new file mode 100644 index 00000000000..d7f015aa225 --- /dev/null +++ b/sql/updates/world/master/2022_03_20_10_world_2021_10_20_01_world_335.sql @@ -0,0 +1,15 @@ +-- +-- ALTER TABLE `gossip_menu` MODIFY COLUMN `VerifiedBuild` int(11) NOT NULL DEFAULT '0'; + +DELETE FROM `gossip_menu` WHERE `MenuID`=6570 AND `TextID`=7868; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(6570, 7868, 40120); + +-- UPDATE `npc_text` SET `text0_0` = "If you have not spoken to Magistrix Erona at the Sunspire, I recommend you do so immediately. There are pressing matters to attend to, and she - as do we all - need your help!", `BroadcastTextID0` = 10999, `Probability0` = 1, `Emote0_0` = 1 WHERE `ID` = 7868; + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 14 AND `SourceGroup` = 6570; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +-- https://www.youtube.com/watch?v=-XwbG31YBfk&t=1394s both 7785 & 7868 probably are wrong +(14,6570,7785,0,0,47,0,8327,74,0,0,0,0,'',"Group 0: Show gossip text 7785 if quest 'Report to Lanthan Perilon' is taken or completed or rewarded"), +(14,6570,7868,0,0,47,0,8327,1,0,0,0,0,'',"Group 0: Show gossip text 7868 if quest 'Report to Lanthan Perilon' is not taken"), +(14,6570,7869,0,0,8,0,8335,0,0,0,0,0,'',"Group 0: Show gossip text 7869 if quest 'Felendren the Banished' is rewarded"); |