fix(Core/Quest): Refresh SMSG_QUESTGIVER_STATUS_MULTIPLE after a quest change (#8902)

Co-authored-by: Malcrom <malcromdev@gmail.com>
This commit is contained in:
acidmanifesto
2021-11-04 18:51:54 -04:00
committed by GitHub
parent 1926027066
commit 70b0de4e1f
5 changed files with 54 additions and 40 deletions

View File

@@ -859,6 +859,8 @@ void Player::RewardQuest(Quest const* quest, uint32 reward, Object* questGiver,
SendQuestUpdate(quest_id);
SendQuestGiverStatusMultiple();
//lets remove flag for delayed teleports
SetMustDelayTeleport(false);