Fix a typo.

-[ci skip]

Signed-off-by: AriDEV <aridev666@gmail.com>
This commit is contained in:
AriDEV 2019-11-01 03:08:37 +01:00
parent a8e711d9d3
commit 3bdcec25d0

View file

@ -3,7 +3,7 @@ INSERT INTO phase_area (AreaId, PhaseId, Comment) VALUES (4756, 170, 'Gilneas Ph
DELETE FROM conditions WHERE SourceTypeOrReferenceId=26 AND SourceGroup=170 AND ConditionValue1=14078;
INSERT INTO conditions (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionTarget, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorType, ErrorTextId, ScriptName, Comment) VALUES
(26, 170, 4756, 0, 1, 8, 0, 14078, 0, 0, 0, 0, 0, '', 'Set Phase 170 in area 4756 if q14078 rewarded');
(26, 170, 4756, 0, 1, 8, 0, 14078, 0, 0, 0, 0, 0, '', 'Set Phase 170 in area 4756 if q14078 rewarded'),
(26, 170, 4756, 0, 2, 28, 0, 14078, 0, 0, 0, 0, 0, '', 'Set Phase 170 in area 4756 if q14078 complete');
SET @CGUID := 237139;