Reworked how grant aa works

This commit is contained in:
KimLS
2015-06-23 00:36:43 -07:00
parent fd989cdbc8
commit ce5e185738
10 changed files with 78 additions and 87 deletions
-4
View File
@@ -532,10 +532,6 @@ bool Client::SaveAA() {
if(!ability)
continue;
if(ability->grant_only) {
continue;
}
if(rank.second.first > 0) {
AA::Rank *r = ability->GetRankByPointsSpent(rank.second.first);