IncrementAA for scripting functions changed to use SaveAA instead of Save

This commit is contained in:
akkadius 2014-09-23 17:21:08 -05:00
parent f89add9f64
commit e58d63bf35

View File

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