DB/Gossip: Advisor Sunsworn

Closes #20635
This commit is contained in:
ZenoX92
2017-10-20 01:15:38 +02:00
committed by Killyana
parent 4a6be31fdb
commit b25c29640e

View File

@@ -0,0 +1,9 @@
-- Advisor Sunsworn
DELETE FROM `gossip_menu` WHERE `MenuID`=7362 AND `TextID`=8795;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(7362,8795,0);
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7362;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(14,7362,8794,0,0,16,0,512,0,0,1,0,0,"","Show gossip text if player is not a Blood Elf"),
(14,7362,8795,0,0,16,0,512,0,0,0,0,0,"","Show gossip text if player is a Blood Elf");