diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-26 11:33:30 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-09-12 00:27:03 +0200 |
| commit | bc74978e85f61663e1978afbd5c6e46b18b441c3 (patch) | |
| tree | 82adc9c85caeec17b50f6c7091da1124e17b9947 | |
| parent | 417afe32c1517f3c6bb98979b2cb9e9167ca7b17 (diff) | |
DB/Gossip: Shawn
Closes #20422
(cherry picked from commit 07b6cc21820a600a59f39af2f2a75186c57c55e6)
| -rw-r--r-- | sql/updates/world/master/2020_09_12_04_world_2017_09_26_02_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_12_04_world_2017_09_26_02_world.sql b/sql/updates/world/master/2020_09_12_04_world_2017_09_26_02_world.sql new file mode 100644 index 00000000000..29161f183aa --- /dev/null +++ b/sql/updates/world/master/2020_09_12_04_world_2017_09_26_02_world.sql @@ -0,0 +1,11 @@ +-- +-- Fix gossip texts for Shawn +DELETE FROM `gossip_menu` WHERE `MenuID`=1622; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(1622,2276,25881), +(1622,2277,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (1622); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 1622, 2276, 0, 0, 8, 0, 26508, 0, 0, 1, 0, 0, "", "Show gossip text 2276 if quest 'Nida's Necklace' is NOT rewarded"), +(14, 1622, 2277, 0, 0, 8, 0, 26508, 0, 0, 0, 0, 0, "", "Show gossip text 2277 if quest 'Nida's Necklace' is rewarded"); |
