diff --git a/zone/aa.cpp b/zone/aa.cpp index 00344cbe6..5acce37d6 100644 --- a/zone/aa.cpp +++ b/zone/aa.cpp @@ -998,7 +998,7 @@ void Client::SendAlternateAdvancementPoints() { } for(auto &aa : zone->aa_abilities) { - if (i >= 300) { + if (i >= MAX_PP_AA_ARRAY) { continue; }