[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
+2 -1
View File
@@ -1864,8 +1864,9 @@ void Client::Handle_OP_AAAction(const EQApplicationPacket *app)
PurchaseAlternateAdvancementRank(action->ability);
}
else if (action->action == aaActionDisableEXP) { //Turn Off AA Exp
if (m_epp.perAA > 0)
if (m_epp.perAA > 0) {
MessageString(Chat::White, AA_OFF);
}
m_epp.perAA = 0;
SendAlternateAdvancementStats();