DB/Gossip: Sputtervalve

Updates #19756
This commit is contained in:
Killyana
2017-10-29 16:59:53 +01:00
parent aa03f587fe
commit 534afe35ab

View File

@@ -0,0 +1,6 @@
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=21;
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=21 AND `SourceEntry`=0;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(14,21,519,0,0,8,0,894,0,0,1,0,0,"","Show gossip text if Samophlange not rewarded"),
(15,21,0,0,0,8,0,894,0,0,1,0,0,"","Show gossip option if Samophlange not rewarded");