From 5891b2c426ac176411623b709d152181de8dbf87 Mon Sep 17 00:00:00 2001 From: KimLS Date: Thu, 16 Sep 2021 00:58:57 -0700 Subject: [PATCH] Change out 300 for named constant --- zone/aa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }