mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
AA bonus calc -> Mob from Client, Bots should now work with their aa stuff again (untested)
This commit is contained in:
@@ -967,6 +967,8 @@ public:
|
||||
bool CanPurchaseAlternateAdvancementRank(AA::Rank *rank, bool check_price);
|
||||
int GetAlternateAdvancementCooldownReduction(AA::Rank *rank_in);
|
||||
void ExpendAlternateAdvancementCharge(uint32 aa_id);
|
||||
void CalcAABonuses(StatBonuses* newbon);
|
||||
void ApplyAABonuses(const AA::Rank &rank, StatBonuses* newbon);
|
||||
|
||||
protected:
|
||||
void CommonDamage(Mob* other, int32 &damage, const uint16 spell_id, const SkillUseTypes attack_skill, bool &avoidable, const int8 buffslot, const bool iBuffTic);
|
||||
|
||||
Reference in New Issue
Block a user