mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 07:17:16 +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;
|
return this->max_hp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user