diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-02-08 17:35:56 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-02-08 17:35:56 +0100 |
| commit | 23dd63da981c92e489bd6f2b53cb0ba777f84dbb (patch) | |
| tree | 5d113398479248ae9f237cc582c840e6ff279130 | |
| parent | fa1db68fec8d7663cf6ad69f9d1d7c915a656a08 (diff) | |
DB/Gossip: Zorbin Fandazzle
Closes #21369
| -rw-r--r-- | sql/updates/world/3.3.5/2018_02_08_09_world_335.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_08_09_world_335.sql b/sql/updates/world/3.3.5/2018_02_08_09_world_335.sql new file mode 100644 index 00000000000..6369e7e1a3e --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_08_09_world_335.sql @@ -0,0 +1,11 @@ +-- Zorbin Fandazzle --> Add gossip conditions +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14,15) AND `SourceGroup`=11361; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,11361,7116,0,0,8,0,7003,0,0,0,0,0,"","Show gossip text 5444 if quest 'Zapped Giants' is rewarded"), +(14,11361,7116,0,0,8,0,7721,0,0,0,0,0,"","Show gossip text 5444 if quest 'Fuel for the Zapping' is rewarded"), +(15,11361,0,0,0,8,0,7003,0,0,0,0,0,"","Show gossip option if quest 'Zapped Giants' is rewarded"), +(15,11361,0,0,0,8,0,7721,0,0,0,0,0,"","Show gossip option if quest 'Fuel for the Zapping' is rewarded"); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=11361; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(11361,0,1,"Got anything interesting for sale, Zorbin?",9817,3,128,0,0,0,0,"",0,0); |
