mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Update src/game/QuestHandler.cpp
This commit is contained in:
parent
340aed4829
commit
ec4c59ef78
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue