From e58d63bf35d952becb3d03fa02b4ed6cf6a1f0f7 Mon Sep 17 00:00:00 2001 From: akkadius Date: Tue, 23 Sep 2014 17:21:08 -0500 Subject: [PATCH] IncrementAA for scripting functions changed to use SaveAA instead of Save --- zone/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/client.cpp b/zone/client.cpp index 7038df6fc..516572c5e 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -8021,7 +8021,7 @@ void Client::IncrementAA(int aa_id) { SetAA(aa_id, GetAA(aa_id) + 1); - Save(); + SaveAA(); SendAA(aa_id); SendAATable();