diff options
| author | Killyana <morphone1@gmail.com> | 2018-10-10 20:58:25 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-10-10 20:58:25 +0200 |
| commit | 1276369d7984372ca5c9ae2b0f8696b900b981a4 (patch) | |
| tree | a31a3a4e35f99cbc75e8870dc1670dbdcd58afd2 | |
| parent | b38e05013d99967a6ce000548a70f8f6ebc598a7 (diff) | |
DB/Gossip: Add some Gossip options
Scripts are required
| -rw-r--r-- | sql/updates/world/3.3.5/2018_10_10_05_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_10_05_world.sql b/sql/updates/world/3.3.5/2018_10_10_05_world.sql new file mode 100644 index 00000000000..1a8011465de --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_10_05_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `gossip_menu_option` WHERE (`MenuID`=9165 AND `OptionID`=1) OR (`MenuID`=9165 AND `OptionID`=0) OR (`MenuID`=9219 AND `OptionID`=0) OR (`MenuID`=9218 AND `OptionID`=0) OR (`MenuID`=9217 AND `OptionID`=0); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `VerifiedBuild`) VALUES +(9165, 1, 0, 'Crafty, I need another Warsong banner.', 24760, 26365), -- need condition SAI +(9165, 0, 0, 'Crafty, I lost my Warsong orc disguise.', 24759, 26365), -- need condition SAI +(9219, 0, 0, 'How long have you worked for the Cult of the Damned?', 25242, 26365), -- need conditions an maybe convert the cpp to SAI +(9218, 0, 0, 'I have reason to believe you\'re involved in cultist activity.', 25239, 26365), -- need conditions an maybe convert the cpp to SAI +(9217, 0, 0, 'What do you know about the Cult of the Damned?', 25237, 26365); -- need conditions an maybe convert the cpp to SAI |
