DB/Gossip: Vindicator Palanaar

Closes #20602
This commit is contained in:
ZenoX92
2017-10-13 18:04:07 +02:00
committed by Aokromes
parent 25933c5ced
commit aa0a9c793b

View File

@@ -0,0 +1,9 @@
-- Vindicator Palanaar
DELETE FROM `gossip_menu` WHERE `MenuID`=7367 AND `TextID`=8803;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(7367,8803,0);
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7367;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(14,7367,8802,0,0,16,0,767,0,0,0,0,0,"","Show gossip text 8802 if player is not a Draenei"),
(14,7367,8803,0,0,16,0,1024,0,0,0,0,0,"","Show gossip text 8803 if player is a Draenei");