diff options
| author | velinath <velinath@users.noreply.github.com> | 2017-10-05 17:16:04 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-10-05 17:16:04 +0200 |
| commit | ab8192e1203516212a706b7442056936c1524301 (patch) | |
| tree | 60d1a6d1b9e0530638f01e851aff7725fbd09162 | |
| parent | 82e58a0c6fab207ffa29045cdd8c52be38de9d63 (diff) | |
DB/Gossip: Rathis Tomber
Closes #20543
| -rw-r--r-- | sql/updates/world/3.3.5/2017_10_05_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_05_00_world.sql b/sql/updates/world/3.3.5/2017_10_05_00_world.sql new file mode 100644 index 00000000000..f2c61cc9b9e --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_05_00_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `gossip_menu` WHERE `MenuID`=7162 AND `TextID`=8432; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7162, 8432, 0); +UPDATE `gossip_menu_option` SET `OptionIcon` = 1 WHERE `MenuID` = 7162; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7162; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 7162, 8431, 0, 0, 8, 0, 9152, 0, 0, 1, 0, 0, "", "Show gossip text if quest 'Tomber\'s Supplies' has not been rewarded."), +(14, 7162, 8432, 0, 0, 8, 0, 9152, 0, 0, 0, 0, 0, "", "Show gossip text if quest 'Tomber\'s Supplies' has been rewarded."); |
