Fixed Creature_SelectLevel hook
This commit is contained in:
parent
9abaf38612
commit
91cbe9e98a
1 changed files with 2 additions and 0 deletions
|
|
@ -1171,6 +1171,8 @@ void Creature::SelectLevel(bool changelevel)
|
|||
|
||||
SetModifierValue(UNIT_MOD_ATTACK_POWER, BASE_VALUE, cInfo->attackpower);
|
||||
SetModifierValue(UNIT_MOD_ATTACK_POWER_RANGED, BASE_VALUE, cInfo->rangedattackpower);
|
||||
|
||||
sScriptMgr->Creature_SelectLevel(cInfo, this);
|
||||
}
|
||||
|
||||
float Creature::_GetHealthMod(int32 Rank)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue