Fix resetAA to actually remove all AAs except granted AAs (#1681)

This commit is contained in:
Natedog2012
2021-11-06 16:36:19 -05:00
committed by GitHub
parent b983fac860
commit 886f00ed50
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -492,7 +492,8 @@ void Client::ResetAA() {
m_pp.raid_leadership_points = 0;
m_pp.group_leadership_exp = 0;
m_pp.raid_leadership_exp = 0;
database.DeleteCharacterAAs(CharacterID());
database.DeleteCharacterLeadershipAAs(CharacterID());
}