diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-06-03 10:23:02 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-06-03 10:23:02 +0200 |
commit | 32b312681f914586f4ae54785212abd0ac424924 (patch) | |
tree | 16dee02db2917dfbf53c87a58649ec9c1e16dc3a | |
parent | ce5cbc6f30642c80b3152937da97c50623d31e84 (diff) |
DB/Gossip: Anchorite Delan
Closes #21988
-rw-r--r-- | sql/updates/world/3.3.5/2018_06_03_01_world_335.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_06_03_01_world_335.sql b/sql/updates/world/3.3.5/2018_06_03_01_world_335.sql new file mode 100644 index 00000000000..be6c7bb5375 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_06_03_01_world_335.sql @@ -0,0 +1,9 @@ +-- Anchorite Delan --> Fix gossip text +DELETE FROM `gossip_menu` WHERE `MenuID`=7364 AND `TextID`=8799; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7364,8799,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7364; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7364,8799,0,0,16,0,1024,0,0,0,0,0,"","Show gossip text if player is a Draenei"), +(14,7364,8798,0,0,16,0,767,0,0,0,0,0,"","Show gossip text if player is not a Draenei"); |