Core/Spells: Fix warlock talent "Aftermath"

This commit is contained in:
Vincent-Michael
2013-07-21 03:19:14 +02:00
parent 0d0de8bb7a
commit afc242211c
3 changed files with 64 additions and 0 deletions

View File

@@ -314,6 +314,7 @@ class spell_hun_improved_mend_pet : public SpellScriptLoader
return new spell_hun_improved_mend_pet_AuraScript();
}
};
// 53412 - Invigoration
class spell_hun_invigoration : public SpellScriptLoader
{