Merge branch 'master' of github.com:EQEmu/Server

This commit is contained in:
KimLS 2014-09-23 15:42:48 -07:00
commit 17291e9977

View File

@ -8023,7 +8023,7 @@ void Client::IncrementAA(int aa_id) {
SetAA(aa_id, GetAA(aa_id) + 1);
Save();
SaveAA();
SendAA(aa_id);
SendAATable();