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:
parent
9f6747a910
commit
cd32ac5aa0
1 changed files with 5 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue