mirror of
https://github.com/ProjectSkyfire/SkyFire_548
synced 2026-08-18 06:32:13 -04:00
Fix a typo.
-[ci skip] Signed-off-by: AriDEV <aridev666@gmail.com>
This commit is contained in:
parent
a8e711d9d3
commit
3bdcec25d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue