mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
Remove old aa list send for experiment also want to merge from master...
This commit is contained in:
+4
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user