diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-26 11:33:30 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-09-26 11:33:30 +0200 |
| commit | 07b6cc21820a600a59f39af2f2a75186c57c55e6 (patch) | |
| tree | d388087e8d1a9578bbb8cfed33f2b574ba2697d2 | |
| parent | 8d26ae4deff6b842d7fc147f58b3c26b3b1b85d5 (diff) | |
DB/Gossip: Shawn
Closes #20422
| -rw-r--r-- | sql/updates/world/3.3.5/2017_09_26_02_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_26_02_world.sql b/sql/updates/world/3.3.5/2017_09_26_02_world.sql new file mode 100644 index 00000000000..779eb484145 --- /dev/null +++ b/sql/updates/world/3.3.5/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,0), +(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, 3741, 0, 0, 1, 0, 0, "", "Show gossip text 2276 if quest 'Hilary's Necklace' is NOT rewarded"), +(14, 1622, 2277, 0, 0, 8, 0, 3741, 0, 0, 0, 0, 0, "", "Show gossip text 2277 if quest 'Hilary's Necklace' is rewarded"); |
