mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
Merge commit 'origin/master' into 310
Conflicts: src/game/CharacterHandler.cpp src/game/Player.cpp
This commit is contained in:
commit
d4323e0071
88 changed files with 681 additions and 685 deletions
|
|
@ -2739,18 +2739,16 @@ void Aura::HandleAuraModShapeshift(bool apply, bool Real)
|
|||
case FORM_BEAR:
|
||||
case FORM_DIREBEAR:
|
||||
case FORM_CAT:
|
||||
{
|
||||
if(Aura* dummy = m_target->GetDummyAura(37315) )
|
||||
m_target->CastSpell(m_target,37316,true,NULL,dummy);
|
||||
break;
|
||||
}
|
||||
// Nordrassil Regalia - bonus
|
||||
case FORM_MOONKIN:
|
||||
{
|
||||
if(Aura* dummy = m_target->GetDummyAura(37324) )
|
||||
m_target->CastSpell(m_target,37325,true,NULL,dummy);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue