Core/Quests: Update phaseshift when taking or abandoning quests (#29901)

This commit is contained in:
Meji
2024-04-08 13:26:04 +02:00
committed by GitHub
parent f331bd1a28
commit c90dbeb648
2 changed files with 33 additions and 5 deletions

View File

@@ -40,7 +40,6 @@
void WorldSession::HandleQuestgiverStatusQueryOpcode(WorldPackets::Quest::QuestGiverStatusQuery& packet)
{
Object* questGiver = ObjectAccessor::GetObjectByTypeMask(*_player, packet.QuestGiverGUID, TYPEMASK_UNIT | TYPEMASK_GAMEOBJECT);
if (!questGiver)
{