Change out 300 for named constant

This commit is contained in:
KimLS 2021-09-16 00:58:57 -07:00
parent 6e16f6c1b6
commit 5891b2c426

View File

@ -998,7 +998,7 @@ void Client::SendAlternateAdvancementPoints() {
}
for(auto &aa : zone->aa_abilities) {
if (i >= 300) {
if (i >= MAX_PP_AA_ARRAY) {
continue;
}