mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-06 18:42:27 +00:00
Change out 300 for named constant
This commit is contained in:
parent
6e16f6c1b6
commit
5891b2c426
@ -998,7 +998,7 @@ void Client::SendAlternateAdvancementPoints() {
|
||||
}
|
||||
|
||||
for(auto &aa : zone->aa_abilities) {
|
||||
if (i >= 300) {
|
||||
if (i >= MAX_PP_AA_ARRAY) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user