[8942] Spells 20911 and 25899 stats bonus.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Also stacking rule to prevent log spam.
This commit is contained in:
MrLama 2009-12-07 22:12:50 +03:00 committed by VladimirMangos
parent 65f1d6ba14
commit 895c84b8b0
3 changed files with 22 additions and 1 deletions

View file

@ -2732,6 +2732,18 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
case SPELLFAMILY_HUNTER:
break;
case SPELLFAMILY_PALADIN:
switch(GetId())
{
case 20911: // Blessing of Sanctuary
case 25899: // Greater Blessing of Sanctuary
{
if (apply)
m_target->CastSpell(m_target, 67480, true, NULL, this);
else
m_target->RemoveAurasDueToSpell(67480);
return;
}
}
break;
case SPELLFAMILY_SHAMAN:
{