mirror of
https://github.com/azerothcore/mod-account-achievements
synced 2025-11-29 23:39:58 +08:00
Merge pull request #4 from azerothcore/fix-build
fix(build): remove useless variables
This commit is contained in:
@@ -40,7 +40,6 @@ public:
|
||||
{
|
||||
Field* fields = result1->Fetch();
|
||||
|
||||
uint32 guid = fields[0].GetUInt32();
|
||||
uint32 race = fields[1].GetUInt8();
|
||||
|
||||
if ((Player::TeamIdForRace(race) == Player::TeamIdForRace(pPlayer->getRace())) || !limitrace)
|
||||
|
||||
Reference in New Issue
Block a user