mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
[Quest API] Add GetAAEXPPercentage() and GetEXPPercentage() to Perl/Lua (#4044)
* Initial Push * Push * Push.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user