diff options
| author | runningnak3d@mangos.zipwow.ano <none@none> | 2008-12-15 10:42:35 +0000 |
|---|---|---|
| committer | runningnak3d@mangos.zipwow.ano <none@none> | 2008-12-15 10:42:35 +0000 |
| commit | 4b47c30641d31661c530e21dfd24a79b405736d2 (patch) | |
| tree | edbc6dbe32f693fe3ae7bd9bde505686db32fbcb /sql/updates/506_world.sql | |
| parent | 7ed8e2993f37006a4f455f995ef61b6d0f867656 (diff) | |
* Fix revent SQL commits
* Fix EOL issues on all SQL files
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/506_world.sql')
| -rw-r--r-- | sql/updates/506_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/506_world.sql b/sql/updates/506_world.sql index 5e4b12d7a16..069690c4da8 100644 --- a/sql/updates/506_world.sql +++ b/sql/updates/506_world.sql @@ -80,4 +80,4 @@ DELETE FROM spell_chain WHERE spell_id = 31896; INSERT INTO spell_chain (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (20184,0,20184,1,20164); INSERT INTO spell_chain (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (31896,20184,20184,2,0); -ALTER TABLE spell_chain DROP COLUMN prev_spell;
\ No newline at end of file +ALTER TABLE spell_chain DROP COLUMN prev_spell; |
