diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-06 01:03:43 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-06 01:03:43 +0200 |
| commit | 3afd29e3e4bd3bcf8e0f4100474b88321339510a (patch) | |
| tree | 8a8e5d044313f8c7426752ae58aca076d9262d02 | |
| parent | 6079f369afe2d527d2778eca6b5f6669bff597d4 (diff) | |
SQL: Fix missing newlines
| -rw-r--r-- | sql/updates/world/2013_07_06_00_world_spelldifficulty_dbc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_07_06_00_world_spelldifficulty_dbc.sql b/sql/updates/world/2013_07_06_00_world_spelldifficulty_dbc.sql index 026fdd57f8f..07be40f8565 100644 --- a/sql/updates/world/2013_07_06_00_world_spelldifficulty_dbc.sql +++ b/sql/updates/world/2013_07_06_00_world_spelldifficulty_dbc.sql @@ -16,4 +16,4 @@ INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`,`spellid2`,`spelli (33529,33529,38143,0,0), (29107,29107,55543,0,0), (36383,36383,39382,0,0), -(32302,32302,38382,0,0);
\ No newline at end of file +(32302,32302,38382,0,0); |
