mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-30 06:41:29 +00:00
Fix for build
This commit is contained in:
parent
66cf4b546c
commit
edb7ea4ee3
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user