fix(DB/conditions): Missing conditions for trainer gossip (#11110)

* fix(DB/conditions): Missing conditions for trainer gossip

* typo

* one condition is sufficient
This commit is contained in:
Kosiak
2022-04-01 11:16:53 +01:00
committed by GitHub
parent 9f6747a910
commit cd32ac5aa0

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647992044021568600');
DELETE FROM `conditions` WHERE `SourceGroup` = 643;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(14, 643, 1203, 0, 0, 7, 0, 182, 1, 0, 0, 0, 0, '', 'Show gossip text if player is a Herbalist');