Fixed Creature_SelectLevel hook

This commit is contained in:
Yehonal
2018-03-20 12:09:42 +00:00
parent 9abaf38612
commit 91cbe9e98a

View File

@@ -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)