From 80061b789914997fb7d1ac8a2d10e9ff1b74e126 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 29 Jan 2010 11:22:34 -0700 Subject: * Fixed import error on spell_ranks, thanks for the info QAston --HG-- branch : trunk --- sql/updates/7236_world_spell_ranks.sql | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sql') 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); -- cgit v1.2.3