mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +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
@@ -367,7 +367,7 @@ public:
|
||||
void AssignToInstance(int instance_id);
|
||||
void Freeze();
|
||||
void UnFreeze();
|
||||
int GetAggroCount();
|
||||
uint32 GetAggroCount();
|
||||
uint64 GetCarriedMoney();
|
||||
uint32 GetCarriedPlatinum();
|
||||
uint64 GetAllMoney();
|
||||
|
||||
Reference in New Issue
Block a user