mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +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);
|
SendPacket(&data);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool WorldSession::CanInteractWithQuestGiver(ObjectGuid& guid, char const* descr)
|
bool WorldSession::CanInteractWithQuestGiver(ObjectGuid guid, char const* descr)
|
||||||
{
|
{
|
||||||
if (guid.IsCreatureOrVehicle())
|
if (guid.IsCreatureOrVehicle())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue