Skip to content

Commit

Permalink
Update src/game/QuestHandler.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
technoir42 committed Feb 10, 2012
1 parent 3bd308e commit 2e44e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/QuestHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
{
Expand Down

0 comments on commit 2e44e58

Please sign in to comment.