mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
Fix for build
This commit is contained in:
@@ -340,7 +340,7 @@ int32 Client::CalcMaxHP()
|
||||
}
|
||||
}
|
||||
|
||||
this->max_hp = std::min(max_hp, 2147483647LL);
|
||||
this->max_hp = std::min(max_hp, (int64)2147483647);
|
||||
return this->max_hp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user