Indenting adjustments

This commit is contained in:
Valorith 2023-02-11 00:37:42 -05:00 committed by Akkadius
parent 724f4ddfb8
commit 1f51a2fceb
3 changed files with 33 additions and 32 deletions

View File

@ -822,8 +822,9 @@ void Client::SetEXP(uint64 set_exp, uint64 set_aaxp, bool isrezzexp) {
if (GetLevel() < 51) {
m_epp.perAA = 0; // turn off aa exp if they drop below 51
} else
} else {
SendAlternateAdvancementStats(); //otherwise, send them an AA update
}
//send the expdata in any case so the xp bar isnt stuck after leveling
uint32 tmpxp1 = GetEXPForLevel(GetLevel()+1);