mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
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:
@@ -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");
|
||||
Reference in New Issue
Block a user