mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Bug Fix] Fix data type of GetAggroCount() (#3470)
# Notes - This is an `unsigned int`, not an `int`, so this fixes that.
This commit is contained in:
+1
-1
@@ -4530,7 +4530,7 @@ bool Client::IsLeadershipEXPOn() {
|
||||
|
||||
}
|
||||
|
||||
int Client::GetAggroCount() {
|
||||
uint32 Client::GetAggroCount() {
|
||||
return AggroCount;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user