Core: Fix build in some compilers by calling proper cctor of ObjectGuid

This commit is contained in:
DDuarte
2014-10-25 16:05:34 +01:00
parent f37e5b9afd
commit 5eb9fe1ea8
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ public:
return true;
}
sTicketMgr->CloseTicket(ticket->GetId(), player ? player->GetGUID() : ObjectGuid(uint64(0), uint64(-1)));
sTicketMgr->CloseTicket(ticket->GetId(), player ? player->GetGUID() : ObjectGuid(HIGHGUID_PLAYER, uint64(0), uint64(-1)));
sTicketMgr->UpdateLastChange();
std::string msg = ticket->FormatMessageString(*handler, player ? player->GetName().c_str() : "Console", NULL, NULL, NULL, NULL);