[Quest API] Add GetAAEXPPercentage() and GetEXPPercentage() to Perl/Lua (#4044)

* Initial Push

* Push

* Push.
This commit is contained in:
Alex King
2024-02-04 18:16:28 -05:00
committed by GitHub
parent 3f9a604c5c
commit 0ffea36905
5 changed files with 53 additions and 0 deletions
+2
View File
@@ -493,6 +493,8 @@ public:
void SummonItemIntoInventory(luabind::object item_table);
bool HasItemOnCorpse(uint32 item_id);
void ClearXTargets();
int GetAAEXPPercentage();
int GetEXPPercentage();
void ApplySpell(int spell_id);
void ApplySpell(int spell_id, int duration);