mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
[Bug Fix] Fix AA Reset Error Message (#4720)
* [Bug Fix] Fix AA Reset Error Message * Update client.cpp * Update client.cpp
This commit is contained in:
parent
5296202e56
commit
7a2d2a0c51
@ -965,6 +965,10 @@ bool Client::SaveAA()
|
|||||||
|
|
||||||
m_pp.aapoints_spent = aa_points_spent + m_epp.expended_aa;
|
m_pp.aapoints_spent = aa_points_spent + m_epp.expended_aa;
|
||||||
|
|
||||||
|
if (v.empty()) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return CharacterAlternateAbilitiesRepository::ReplaceMany(database, v);
|
return CharacterAlternateAbilitiesRepository::ReplaceMany(database, v);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user