mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
AA packet work mostly and small fix to expendable AAs
This commit is contained in:
@@ -1098,8 +1098,8 @@ namespace Titanium
|
||||
|
||||
unsigned int r;
|
||||
for (r = 0; r < structs::MAX_PP_AA_ARRAY; r++) {
|
||||
OUT(aa_list[r].aa_skill);
|
||||
OUT(aa_list[r].aa_value);
|
||||
OUT(aa_list[r].AA);
|
||||
OUT(aa_list[r].value);
|
||||
}
|
||||
|
||||
FINISH_ENCODE();
|
||||
|
||||
Reference in New Issue
Block a user