Skip to content

Commit

Permalink
Update 2014_03_09_00_world_spell_group.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Aokromes committed Mar 9, 2014
1 parent 5817951 commit 4d215e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sql/updates/world/2014_03_09_00_world_spell_group.sql
Expand Up @@ -2,6 +2,6 @@
UPDATE `spell_group` SET `spell_id`=58179 WHERE `id`=1061;
DELETE FROM `spell_ranks` WHERE `first_spell_id`=58179;
INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
(58179,58179,1), --Infected Wounds (Rank 1)
(58179,58180,2), --Infected Wounds (Rank 2)
(58179,58181,3); --Infected Wounds (Rank 3)
(58179,58179,1), -- Infected Wounds (Rank 1)
(58179,58180,2), -- Infected Wounds (Rank 2)
(58179,58181,3); -- Infected Wounds (Rank 3)

0 comments on commit 4d215e7

Please sign in to comment.