diff options
author | _manuel_ <manue.l@live.com.ar> | 2010-04-04 14:54:11 -0300 |
---|---|---|
committer | _manuel_ <manue.l@live.com.ar> | 2010-04-04 14:54:11 -0300 |
commit | a5c09f5d44e2be23307bb5ee2befc29f3336472a (patch) | |
tree | ff32d1d086558a65094031b36f8223a1833fa029 | |
parent | 2e6ca81365001c564ef7b4e826d79f951b362385 (diff) |
Corrected Ferocious Inspiration entry.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/7767_world_spell_group.sql | 1 | ||||
-rw-r--r-- | sql/world.sql | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/7767_world_spell_group.sql b/sql/updates/7767_world_spell_group.sql new file mode 100644 index 00000000000..ca8640e864d --- /dev/null +++ b/sql/updates/7767_world_spell_group.sql @@ -0,0 +1 @@ +UPDATE `spell_group` SET `spell_id`=34455 WHERE `id`=1055; diff --git a/sql/world.sql b/sql/world.sql index d4f12893260..50b4177ab8b 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -5599,7 +5599,7 @@ INSERT INTO `spell_group` (`id`, `spell_id`) VALUES (1052,48384), -- Improved Moonkin Form (1053,53379), -- Swift Retribution -- Percentage Damage Increase -(1055,75593), -- Ferocious Inspiration +(1055,34455), -- Ferocious Inspiration (1056,31869), -- Sanctified Retribution -- Critical Strike Chance Taken Debuff (All types) (1058,20335), -- Heart of the Crusader |