mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Change out 300 for named constant
This commit is contained in:
+1
-1
@@ -998,7 +998,7 @@ void Client::SendAlternateAdvancementPoints() {
|
||||
}
|
||||
|
||||
for(auto &aa : zone->aa_abilities) {
|
||||
if (i >= 300) {
|
||||
if (i >= MAX_PP_AA_ARRAY) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user