Added GetAAPercent() to Perl and Lua.

This commit is contained in:
Kinglykrab
2016-09-08 21:59:15 -04:00
parent 9a3af63f65
commit 64998a398d
4 changed files with 35 additions and 0 deletions
+1
View File
@@ -796,6 +796,7 @@ public:
void SendClearAA();
inline uint32 GetMaxAAXP(void) const { return max_AAXP; }
inline uint32 GetAAXP() const { return m_pp.expAA; }
inline uint32 GetAAPercent() const { return m_epp.perAA; }
int16 CalcAAFocus(focusType type, const AA::Rank &rank, uint16 spell_id);
void SetAATitle(const char *Title);
void SetTitleSuffix(const char *txt);