Update src/game/QuestHandler.cpp

This commit is contained in:
Sergey 2012-02-10 11:58:40 +06:00
parent 340aed4829
commit ec4c59ef78

View file

@ -644,7 +644,7 @@ void WorldSession::HandleQuestgiverStatusMultipleQuery(WorldPacket& /*recvPacket
SendPacket(&data);
}
bool WorldSession::CanInteractWithQuestGiver(ObjectGuid& guid, char const* descr)
bool WorldSession::CanInteractWithQuestGiver(ObjectGuid guid, char const* descr)
{
if (guid.IsCreatureOrVehicle())
{