Removed fluff code, added drakkin heritage and status can use modifiers to aa abilities

This commit is contained in:
KimLS
2015-06-12 13:39:20 -07:00
parent e5d1e98793
commit 65ac9683a3
6 changed files with 20 additions and 1143 deletions
-3
View File
@@ -784,9 +784,6 @@ public:
void SetTitleSuffix(const char *txt);
inline uint32 GetMaxAAXP(void) const { return max_AAXP; }
inline uint32 GetAAXP() const { return m_pp.expAA; }
void SendAATable();
int CalcAAReuseTimer(const AA_DBAction *caa);
void ActivateAA(aaID activate);
void EnableAAEffect(aaEffectType type, uint32 duration = 0);
void DisableAAEffect(aaEffectType type);
bool CheckAAEffect(aaEffectType type);