diff options
| author | kiper <kiperek@o2.pl> | 2012-08-14 02:08:29 +0200 |
|---|---|---|
| committer | kiper <kiperek@o2.pl> | 2012-08-14 02:08:29 +0200 |
| commit | 12ad39c43cc9ee576289203b76dc8faa0bfde517 (patch) | |
| tree | fe76dc7435c62e7aea3688a20832bbfe70a6324e /sql | |
| parent | cf30a0aaaf9aa6a41a851fa8ac361be38352ff59 (diff) | |
Fix code style.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_08_14_00_reputation_spillover_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_14_00_reputation_spillover_template.sql b/sql/updates/world/2012_08_14_00_reputation_spillover_template.sql index 66dbf0e10e0..afce8209afa 100644 --- a/sql/updates/world/2012_08_14_00_reputation_spillover_template.sql +++ b/sql/updates/world/2012_08_14_00_reputation_spillover_template.sql @@ -10,3 +10,4 @@ DELETE FROM `reputation_spillover_template` WHERE `faction` IN (1134,1133); INSERT INTO `reputation_spillover_template`(`faction`,`faction1`,`rate_1`,`rank_1`,`faction2`,`rate_2`,`rank_2`,`faction3`,`rate_3`,`rank_3`,`faction4`,`rate_4`,`rank_4`,`faction5`,`rate_5`,`rank_5`) VALUES (1134,72,0.25,7,47,0.27,7,54,0.25,7,930,0.25,7,69,0.25,7), (1133,76,0.25,7,530,0.27,7,911,0.25,7,81,0.25,7,68,0.25,7); + |
