diff options
| author | Azazel <azazel.kon@gmail.com> | 2011-02-22 15:47:01 +0600 |
|---|---|---|
| committer | Azazel <azazel.kon@gmail.com> | 2011-02-22 15:50:07 +0600 |
| commit | 401ec2180f06e3b7ad33345f256e19b80d1f5571 (patch) | |
| tree | ed86ad3a68e2ea30611c8ba0b405a25786a67e2e | |
| parent | 480517c3be4c7a170529cc715b2b948ff2130cfc (diff) | |
Fix typo in script from previous commit
| -rw-r--r-- | sql/updates/world/2011_02_22_2_world_conditions.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_02_22_2_world_conditions.sql b/sql/updates/world/2011_02_22_2_world_conditions.sql index a067db75330..93328d671cc 100644 --- a/sql/updates/world/2011_02_22_2_world_conditions.sql +++ b/sql/updates/world/2011_02_22_2_world_conditions.sql @@ -1,3 +1,3 @@ DELETE FROM `conditions` WHERE `SourceEntry`=65594 AND `ConditionTypeOrReference`=18; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionValue1,`ConditionValue2`,`Comment`) VALUES +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`Comment`) VALUES (13,0,65594,18,1,0,'Cancel Stone Grip Target');
\ No newline at end of file |
