diff options
-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); |