mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
Added AA grant to quest system, fixed a bug here or there noticed incrementaa needs to be fixed or removed
This commit is contained in:
@@ -533,6 +533,10 @@ bool Client::SaveAA() {
|
||||
if(!ability)
|
||||
continue;
|
||||
|
||||
if(ability->grant_only) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if(rank.second.first > 0) {
|
||||
AA::Rank *r = ability->GetRankByPointsSpent(rank.second.first);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user