diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-02-19 19:36:37 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-02-19 19:36:37 +0100 |
| commit | 4241705b6dcd951ff9bf46d636a00e1eb554606a (patch) | |
| tree | 6c69b0ef8ea1e611b7c4efd7204665258057cc7c | |
| parent | 5988a3d1365e8947df2171c73f9b98d5f654146b (diff) | |
DB/Gossip: Torwa Pathfinder
Closes #21447
| -rw-r--r-- | sql/updates/world/3.3.5/2018_02_19_07_world_335.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_19_07_world_335.sql b/sql/updates/world/3.3.5/2018_02_19_07_world_335.sql new file mode 100644 index 00000000000..d89b24140c9 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_19_07_world_335.sql @@ -0,0 +1,9 @@ +-- Torwa Pathfinder --> Add gossip option and conditions +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14,15) AND `SourceGroup`=2188; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2188,2821,0,0,8,0,4290,0,0,0,0,0,"","Show gossip text 2821 if quest 'The Fare of Lar'korwi' is rewarded"), +(15,2188,0,0,0,8,0,4290,0,0,0,0,0,"","Show gossip option if quest 'The Fare of Lar'korwi' is rewarded"); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=2188; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(2188,0,0,"Who is this Lar'korwi you spoke of?",5187,1,1,2201,0,0,0,"",0,0); |
