diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-02-08 17:35:56 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-06-19 23:33:25 +0200 |
commit | 91f1c0b89c10af47ab97641004b94bce0a2b7bd8 (patch) | |
tree | e5f64293fcbe36690182487a5b1307cac10c95db | |
parent | 4be4e542cd16e57dac2ff0415cb702923fc533ce (diff) |
DB/Gossip: Zorbin Fandazzle
Closes #21369
(cherry picked from commit 23dd63da981c92e489bd6f2b53cb0ba777f84dbb)
-rw-r--r-- | sql/updates/world/master/2021_06_19_13_world_2018_02_08_09_world_335.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_19_13_world_2018_02_08_09_world_335.sql b/sql/updates/world/master/2021_06_19_13_world_2018_02_08_09_world_335.sql new file mode 100644 index 00000000000..5843ee32bb5 --- /dev/null +++ b/sql/updates/world/master/2021_06_19_13_world_2018_02_08_09_world_335.sql @@ -0,0 +1,9 @@ +-- 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,25465,0,0,0,0,0,"","Show gossip text 5444 if quest 'Still With The Zapped Giants' is rewarded"), +(14,11361,7116,0,0,8,0,25466,0,0,0,0,0,"","Show gossip text 5444 if quest 'Even More Fuel for the Zapping' is rewarded"), +(15,11361,0,0,0,8,0,25465,0,0,0,0,0,"","Show gossip option if quest 'Still With The Zapped Giants' is rewarded"), +(15,11361,0,0,0,8,0,25466,0,0,0,0,0,"","Show gossip option if quest 'Even More Fuel for the Zapping' is rewarded"); + +UPDATE `gossip_menu_option` SET `OptionType`=3,`OptionNpcFlag`=128 WHERE `MenuID`=11361 AND `OptionIndex`=0; |