diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-10-07 16:47:53 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-10-07 16:47:53 +0200 |
commit | cb95d5b0668537de279d24d080f9d3306dbf74ac (patch) | |
tree | 077d506e953aa4c54ac4b6c263588d60b81b761d | |
parent | 1fcbc9a0a06bf55fae9babd5b23aef54ab3c4e95 (diff) |
DB/Gossip: Windcaller Proudhorn
Closes #20554
-rw-r--r-- | sql/updates/world/3.3.5/2017_10_07_01_world_335.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_07_01_world_335.sql b/sql/updates/world/3.3.5/2017_10_07_01_world_335.sql new file mode 100644 index 00000000000..3e75c5a6afd --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_07_01_world_335.sql @@ -0,0 +1,8 @@ +-- Windcaller Proudhorn +DELETE FROM `gossip_menu` WHERE `MenuID`=6541 AND `TextID`=7747; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(6541,7747,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 14 AND `SourceGroup`= 6541; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,6541,7747,0,0,8,0,8281,0,0,0,0,0,"","Show Gossip Menu Text 7747 if Quest 'Stepping Up Security' is rewarded"); |