Fix GetUInt8 to Get<uint8>.

This commit is contained in:
whipowill
2022-05-18 11:34:28 -05:00
parent 516e8d48cb
commit 12c90267e0

View File

@@ -42,7 +42,7 @@ public:
{
Field* fields = result1->Fetch();
uint32 race = fields[1].GetUInt8();
uint32 race = fields[1].Get<uint8>();
if ((Player::TeamIdForRace(race) == Player::TeamIdForRace(pPlayer->getRace())) || !limitrace)
Guids.push_back(result1->Fetch()[0].GetUInt32());