[Quest API] Add SetAAEXPPercentage to Perl/Lua (#4597)

This commit is contained in:
Alex King
2025-01-19 17:36:48 -05:00
committed by GitHub
parent c2ebc2540a
commit 035c51944f
6 changed files with 34 additions and 1 deletions
+1
View File
@@ -510,6 +510,7 @@ public:
void AreaTaunt(float range);
void AreaTaunt(float range, int bonus_hate);
luabind::object GetInventorySlots(lua_State* L);
void SetAAEXPPercentage(uint8 percentage);
void ApplySpell(int spell_id);
void ApplySpell(int spell_id, int duration);