DB/Gossip: Tirion Fordring

- Tirion Fordring should show a different gossip text
  if player has taken the quest "Redemption".

Closes #21781

(cherry picked from commit cdcf90f900)
This commit is contained in:
ZenoX92
2018-04-06 02:45:33 +02:00
committed by Shauren
parent beb7078bce
commit 4daa75d950

View File

@@ -0,0 +1,8 @@
-- Tirion Fordring
DELETE FROM `gossip_menu` WHERE `MenuID`=3502 AND `TextID`=4673;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(3502,4673,0);
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=3502;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(14,3502,4673,0,0,9,0,5742,0,0,0,0,0,"","Show gossip text 4673 if quest 'Redemption' is taken");