mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Hot Fix] Add bool return to fix Client::RemoveAAPoints (#4176)
# Notes - Was missing the `return true;` at the bottom.
This commit is contained in:
parent
94af2843e3
commit
5013459824
@ -11502,6 +11502,8 @@ bool Client::RemoveAAPoints(uint32 points)
|
||||
}
|
||||
|
||||
SendAlternateAdvancementStats();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void Client::AddAAPoints(uint32 points)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user