diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-03-31 14:37:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 14:37:01 +0200 |
commit | 043d2fd5000b51412cdf624668b8fd8281f81503 (patch) | |
tree | 7e42142768fcd01f346f6482def88f47d833be50 | |
parent | b295708a5ced48f907377a5536365a1ba289c0e3 (diff) |
DB/Gossip: Ranger Lethvalin's gossip text
-rw-r--r-- | sql/updates/world/3.3.5/2024_03_31_04_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_03_31_04_world.sql b/sql/updates/world/3.3.5/2024_03_31_04_world.sql new file mode 100644 index 00000000000..7b34539bc2a --- /dev/null +++ b/sql/updates/world/3.3.5/2024_03_31_04_world.sql @@ -0,0 +1,9 @@ +-- Ranger Lethvalin's gossip menu text changes when quest "Dealing with Zeb'Sora" (9143) is rewarded. +DELETE FROM `gossip_menu` WHERE `MenuID`=7158 AND `TextID`=8428; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7158,8428,0); + +-- Condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7158; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7158,8428,0,0,8,0,9143,0,0,0,0,0,"","Show gossip dialog text 8428 if Quest 'Dealing with Zeb'Sora' (9143) is rewarded"); |