Skip to content

Commit c1a30fd

Browse files
authored
DB/Gossip: Add missing Gurthock gossip_menu
closes #30775 by CraftedRO
1 parent 1d8caf1 commit c1a30fd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
-- Add missing Gurthock gossip_menu
2+
UPDATE `gossip_menu` SET `VerifiedBuild`=59679 WHERE `MenuID`=7699 AND `TextID`=9394;
3+
4+
DELETE FROM `gossip_menu` WHERE `MenuID`=7699 AND `TextID`=9403;
5+
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
6+
(7699, 9403, 59679);
7+
8+
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7699 AND `SourceEntry` IN (9394,9403);
9+
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
10+
(14, 7699, 9394, 0, 0, 47, 0, 9977, 64, 0, 1, 0, 0, '', "Show gossip menu if player does not have quest 'The Ring of Blood: The Final Challenge' rewarded"),
11+
(14, 7699, 9403, 0, 0, 47, 0, 9977, 64, 0, 0, 0, 0, '', "Show gossip menu if player has quest 'The Ring of Blood: The Final Challenge' rewarded");

0 commit comments

Comments
 (0)