mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
Fixed *nix build
This commit is contained in:
parent
2626d8c243
commit
fa8b3e17b3
1 changed files with 1 additions and 1 deletions
|
|
@ -5113,7 +5113,7 @@ uint32 ObjectMgr::GenerateAuctionID()
|
|||
|
||||
uint64 ObjectMgr::GenerateEquipmentSetGuid()
|
||||
{
|
||||
if(m_equipmentSetGuid>=0xFFFFFFFFFFFFFFFE)
|
||||
if(m_equipmentSetGuid>=0xFFFFFFFFFFFFFFFEll)
|
||||
{
|
||||
sLog.outError("EquipmentSet guid overflow!! Can't continue, shutting down server. ");
|
||||
World::StopNow(ERROR_EXIT_CODE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue