diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-10-10 18:08:55 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-10-10 18:08:55 +0200 |
commit | 96f7c70228be667c460bef8edbde18e3e1b1a6eb (patch) | |
tree | cdb90576c00c787f1c9767c900d601ef1312e636 | |
parent | 28afc13b179a7db0ed3ac121cba14529985ddf3c (diff) |
DB/Gossip: Hermit Ortell
Closes #20579
-rw-r--r-- | sql/updates/world/3.3.5/2017_10_10_07_world_335.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_10_07_world_335.sql b/sql/updates/world/3.3.5/2017_10_10_07_world_335.sql new file mode 100644 index 00000000000..07490379f3c --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_10_07_world_335.sql @@ -0,0 +1,8 @@ +-- Hermit Ortell +DELETE FROM `gossip_menu` WHERE `MenuID`=6596 AND `TextID`=7817; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(6596,7817,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 14 AND `SourceGroup`= 6596; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,6596,7817,0,0,8,0,8285,0,0,0,0,0,"","Show Gossip Menu Text 7817 if Quest 'The Deserter' is rewarded"); |