diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-09 19:51:02 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-09 19:51:02 +0100 |
| commit | 4d215e7694ac9d66197f187c72affd67e759720d (patch) | |
| tree | 2e0b684578cda93b56c9bee70f98a5f0050b610b | |
| parent | 5817951b61a32ea8856bd222237d055c59b7e3bc (diff) | |
Update 2014_03_09_00_world_spell_group.sql
| -rw-r--r-- | sql/updates/world/2014_03_09_00_world_spell_group.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/world/2014_03_09_00_world_spell_group.sql b/sql/updates/world/2014_03_09_00_world_spell_group.sql index c62c1328dac..3f9dbffd98f 100644 --- a/sql/updates/world/2014_03_09_00_world_spell_group.sql +++ b/sql/updates/world/2014_03_09_00_world_spell_group.sql @@ -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) |
