mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
Implement warrior 1464 and ranks
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
87085646f2
commit
b5fefe7d86
1 changed files with 9 additions and 0 deletions
|
|
@ -1271,6 +1271,15 @@ void Spell::EffectDummy(uint32 i)
|
|||
m_caster->SetPower(POWER_RAGE,0);
|
||||
return;
|
||||
}
|
||||
// Slam
|
||||
if(m_spellInfo->SpellFamilyFlags & 0x0000000000200000LL)
|
||||
{
|
||||
if(!unitTarget)
|
||||
return;
|
||||
m_damage+=m_caster->CalculateDamage(m_attackType, false);
|
||||
m_damage+=damage;
|
||||
return;
|
||||
}
|
||||
switch(m_spellInfo->Id)
|
||||
{
|
||||
// Warrior's Wrath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue