diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-12-08 10:09:18 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-16 15:46:18 +0100 |
| commit | b62490ff6472b42f0993ecef850ea5a5a30d5e20 (patch) | |
| tree | c0409fd2a163f274378b747a7e6844c1d89b6c67 | |
| parent | 4f0ecc6e7c6f46f9be02167daecc90ca30977d73 (diff) | |
DB/Gossip: Chemist Fuely
Closes #22746
(cherry picked from commit bf60d7c597241fcafeacbfd51fd08d553ba0ec17)
| -rw-r--r-- | sql/updates/world/master/2021_11_16_21_world_2018_12_08_33_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_16_21_world_2018_12_08_33_world_335.sql b/sql/updates/world/master/2021_11_16_21_world_2018_12_08_33_world_335.sql new file mode 100644 index 00000000000..18a1450f8cb --- /dev/null +++ b/sql/updates/world/master/2021_11_16_21_world_2018_12_08_33_world_335.sql @@ -0,0 +1,6 @@ +-- +-- Chemist Fuely +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=2501; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2501,3194,0,0,8,0,4642,0,0,1,0,0,"","Show gossip text 3194 if quest 'Melding of Influences' is not rewarded"), +(14,2501,3194,0,0,27,0,48,3,0,0,0,0,"","Show gossip text 3194 if player is level 48 or higher"); |
