diff options
| author | Brian <runningnak3d@gmail.com> | 2010-01-29 11:22:34 -0700 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-01-29 11:22:34 -0700 |
| commit | 80061b789914997fb7d1ac8a2d10e9ff1b74e126 (patch) | |
| tree | 931b274801bf2e11b80bafecac6f1a6ed8b5a199 | |
| parent | 785cb86c6a145b99d8aa2cfb075a7e1a93dbcd70 (diff) | |
* Fixed import error on spell_ranks, thanks for the info QAston
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/7236_world_spell_ranks.sql | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sql/updates/7236_world_spell_ranks.sql b/sql/updates/7236_world_spell_ranks.sql index be09c258163..1c44ffefb4e 100644 --- a/sql/updates/7236_world_spell_ranks.sql +++ b/sql/updates/7236_world_spell_ranks.sql @@ -1200,9 +1200,6 @@ INSERT INTO spell_ranks (`first_spell_id`, `spell_id`, `rank`) VALUES (1160, 25202, 6), (1160, 25203, 7), (1160, 47437, 8), - -- Desecration -(55666, 55666, 1), -(55666, 55667, 2), -- Desperate Prayer (19236, 19236, 1), (19236, 19238, 2), @@ -6905,4 +6902,4 @@ INSERT INTO spell_ranks (`first_spell_id`, `spell_id`, `rank`) VALUES (5729, 25512, 7), (5729, 58586, 8), (5729, 58587, 9), -(5729, 58588, 10);
\ No newline at end of file +(5729, 58588, 10); |
