mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Fix resetAA to actually remove all AAs except granted AAs (#1681)
This commit is contained in:
+2
-1
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user