diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-21 20:32:41 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-21 20:32:41 +0100 |
| commit | 10d957e3ad71cbdebe99ba092940291edc890886 (patch) | |
| tree | 6b93d1c1d31b49fe25a350ea4a94a6dfdd9ab6bf | |
| parent | af4f42383fb939ddb23b857e8f187ba17c07d814 (diff) | |
SQL: Fix "No newline at end of file" in af4f42383fb939ddb23b857e8f187ba17c07d814
| -rw-r--r-- | sql/updates/world/2012_12_21_01_world_conditions.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_12_21_01_world_conditions.sql b/sql/updates/world/2012_12_21_01_world_conditions.sql index 30b9e414e78..fdc5becd963 100644 --- a/sql/updates/world/2012_12_21_01_world_conditions.sql +++ b/sql/updates/world/2012_12_21_01_world_conditions.sql @@ -1,3 +1,3 @@ DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=58151; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(17, 0, 58151, 0, 0, 31, 1, 3, 30894, 0, 0, 12, 0, '', 'Subdued Lithe Stalker - only for Lithe Stalker');
\ No newline at end of file +(17, 0, 58151, 0, 0, 31, 1, 3, 30894, 0, 0, 12, 0, '', 'Subdued Lithe Stalker - only for Lithe Stalker'); |
