mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
[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:
parent
65f1d6ba14
commit
895c84b8b0
3 changed files with 22 additions and 1 deletions
|
|
@ -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:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue