mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
IncrementAA for scripting functions changed to use SaveAA instead of Save
This commit is contained in:
parent
f89add9f64
commit
e58d63bf35
@ -8021,7 +8021,7 @@ void Client::IncrementAA(int aa_id) {
|
|||||||
|
|
||||||
SetAA(aa_id, GetAA(aa_id) + 1);
|
SetAA(aa_id, GetAA(aa_id) + 1);
|
||||||
|
|
||||||
Save();
|
SaveAA();
|
||||||
|
|
||||||
SendAA(aa_id);
|
SendAA(aa_id);
|
||||||
SendAATable();
|
SendAATable();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user