Core/Misc: Fixed type mismatch

This commit is contained in:
joschiwald
2017-12-30 23:09:45 +01:00
parent 5bcf14cdb8
commit 299fad57fc

View File

@@ -98,7 +98,7 @@ public:
else
{
PreparedStatement* stmt = CharacterDatabase.GetPreparedStatement(CHAR_SEL_GROUP_MEMBER);
stmt->setUInt32(0, guidTarget.GetCounter());
stmt->setUInt64(0, guidTarget.GetCounter());
PreparedQueryResult resultGroup = CharacterDatabase.Query(stmt);
if (resultGroup)
groupTarget = sGroupMgr->GetGroupByDbStoreId((*resultGroup)[0].GetUInt32());