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