Core/Quests: Merged UpdateNearbyCreatureNpcFlags, UpdateVisibleGameobjectsOrSpellClicks and SendQuestGiverStatusMultiple on quest actions
* Fixes quest markers above NPC heads not disappearing when player stops seeing questgiver npc flag Port From (https://github.com/TrinityCore/TrinityCore/commit/97d7ccd180f96a414f205396261907e1e87d491a)
This commit is contained in:
@@ -229,7 +229,7 @@ namespace Game
|
||||
}
|
||||
|
||||
if (anyObjectiveChangedCompletionState)
|
||||
player.UpdateVisibleGameobjectsOrSpellClicks();
|
||||
player.UpdateVisibleObjectInteractions(true, false, false, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user