mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Fix AA issue
This commit is contained in:
parent
7cef4d8fe9
commit
e039f6d2c6
@ -720,7 +720,7 @@ void Client::Handle_Connect_OP_ZoneEntry(const EQApplicationPacket *app) {
|
|||||||
for (auto row = results.begin(); row != results.end(); ++row) {
|
for (auto row = results.begin(); row != results.end(); ++row) {
|
||||||
i = atoi(row[0]);
|
i = atoi(row[0]);
|
||||||
m_pp.aa_array[i].AA = atoi(row[1]);
|
m_pp.aa_array[i].AA = atoi(row[1]);
|
||||||
m_pp.aa_array[i].value = atoi(row[1]);
|
m_pp.aa_array[i].value = atoi(row[2]);
|
||||||
aa[i]->AA = atoi(row[1]);
|
aa[i]->AA = atoi(row[1]);
|
||||||
aa[i]->value = atoi(row[2]);
|
aa[i]->value = atoi(row[2]);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user