diff options
author | offl <offl@users.noreply.github.com> | 2021-10-21 19:15:35 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-10-21 19:15:35 +0300 |
commit | e615b71509c018cb856680698f28bcdf83cde032 (patch) | |
tree | b0c73ca02701fd410b8c18bbd75c9d874c45f5cf | |
parent | f3eb2a1c273b1c3dad946c7d2ffd20c9a44b312c (diff) |
DB/Quest: Fix 'Redemption' (5742) gossips
Closes #27137
-rw-r--r-- | sql/updates/world/3.3.5/2021_10_21_02_world_335.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_10_21_02_world_335.sql b/sql/updates/world/3.3.5/2021_10_21_02_world_335.sql new file mode 100644 index 00000000000..7462c7dbbdb --- /dev/null +++ b/sql/updates/world/3.3.5/2021_10_21_02_world_335.sql @@ -0,0 +1,9 @@ +-- +UPDATE `smart_scripts` SET `event_param1` = 3681 WHERE `entryorguid` = 1855 AND `source_type` = 0 AND `id` = 0; + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (3502,3683,3682,3681); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(3502,0,0,"I am ready to hear your tale, Tirion.",7219,1,1,3683,0,0,0,'',0,0), +(3683,0,0,"Thank you, Tirion. What of your identity?",7221,1,1,3682,0,0,0,'',0,0), +(3682,0,0,"That is terrible.",7223,1,1,3681,0,0,0,'',0,0), +(3681,0,0,"I will, Tirion.",7225,1,1,0,0,0,0,'',0,0); |