diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-08-11 16:21:42 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-10-17 22:51:03 +0200 |
| commit | 7dd7937d6f3ce9008a462315ac99a836912d06d0 (patch) | |
| tree | 85297563bd576728b9333926df90434e70069cb1 | |
| parent | e9665dda9f8e0c446c6a442ebe7278dbeabe1d7a (diff) | |
DB/Gossip: Apprentice Kryten
Closes #22219
(cherry picked from commit b8fba664fcdae874206fef557a015648e1b97d8a)
| -rw-r--r-- | sql/updates/world/master/2021_10_17_21_world_2018_08_11_04_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_17_21_world_2018_08_11_04_world_335.sql b/sql/updates/world/master/2021_10_17_21_world_2018_08_11_04_world_335.sql new file mode 100644 index 00000000000..2113c094a1c --- /dev/null +++ b/sql/updates/world/master/2021_10_17_21_world_2018_08_11_04_world_335.sql @@ -0,0 +1,5 @@ +-- Apprentice Kryten +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=2601; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2601,3294,0,0,8,0,690,0,0,0,0,0,"","Show gossip text 3294 if quest 'Malin's Request' is rewarded"), +(14,2601,3294,0,0,14,0,691,0,0,0,0,0,"","Show gossip text 3294 if quest 'Worth Its Weight in Gold' is not taken"); |
