Remove old aa list send for experiment also want to merge from master...

This commit is contained in:
KimLS
2015-06-08 09:53:21 -07:00
parent 6515879c14
commit 3ee1c43ac4
2 changed files with 49 additions and 4 deletions
+4 -4
View File
@@ -1377,10 +1377,10 @@ void Client::SendAA(uint32 id, int seq) {
}
void Client::SendAAList(){
int total = zone->GetTotalAAs();
for(int i=0;i < total;i++){
SendAA(0,i);
}
// int total = zone->GetTotalAAs();
// for(int i=0;i < total;i++){
// SendAA(0,i);
// }
}
uint32 Client::GetAA(uint32 aa_id) const {