parent
3e9ffa3e33
commit
546c547e7b
1 changed files with 1 additions and 0 deletions
|
|
@ -960,6 +960,7 @@ bool Guardian::InitStatsForLevel(uint8 petlevel)
|
|||
SetCreateHealth(4 * petlevel);
|
||||
SetBaseWeaponDamage(BASE_ATTACK, MINDAMAGE, float(petlevel - 30 - (petlevel / 4) + m_owner->GetTotalAttackPowerValue(BASE_ATTACK) * 0.006f));
|
||||
SetBaseWeaponDamage(BASE_ATTACK, MAXDAMAGE, float(petlevel - 30 + (petlevel / 4) + m_owner->GetTotalAttackPowerValue(BASE_ATTACK) * 0.006f));
|
||||
SetReactState(REACT_DEFENSIVE);
|
||||
break;
|
||||
}
|
||||
case NPC_ARMY_OF_THE_DEAD:
|
||||
|
|
|
|||
Loading…
Reference in a new issue