mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Fixed druid tree form bonus
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
8275ff9a36
commit
c336eef4cd
2 changed files with 1 additions and 10 deletions
|
|
@ -1398,16 +1398,6 @@ void Spell::EffectDummy(uint32 i)
|
|||
}
|
||||
break;
|
||||
case SPELLFAMILY_DRUID:
|
||||
switch(m_spellInfo->Id )
|
||||
{
|
||||
case 5420: // Tree of Life passive
|
||||
{
|
||||
// Tree of Life area effect
|
||||
int32 health_mod = int32(m_caster->GetStat(STAT_SPIRIT)/4);
|
||||
m_caster->CastCustomSpell(m_caster,34123,&health_mod,NULL,NULL,true,NULL);
|
||||
return;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case SPELLFAMILY_ROGUE:
|
||||
switch(m_spellInfo->Id )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue