Turn overlooked instance of GetCell() into getCell()

This commit is contained in:
David Cernat 2016-11-16 17:48:39 +02:00
parent 6cd959fac8
commit 1a25434d33

View file

@ -30,7 +30,7 @@ void Players::newPlayer(RakNet::RakNetGUID guid)
guid.g);
players[guid.g] = new Player(guid);
players[guid.g]->GetCell()->blank();
players[guid.g]->getCell()->blank();
players[guid.g]->Npc()->blank();
players[guid.g]->NpcStats()->blank();
players[guid.g]->CreatureStats()->blank();