mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Phases: Rebuild the terrain swaps whenever a quest's status changes.
Author: @Subv
This commit is contained in:
@@ -16122,6 +16122,8 @@ void Player::SetQuestStatus(uint32 questId, QuestStatus status, bool update /*=
|
||||
m_QuestStatusSave[questId] = QUEST_DEFAULT_SAVE_TYPE;
|
||||
}
|
||||
|
||||
RebuildTerrainSwaps();
|
||||
|
||||
if (update)
|
||||
SendQuestUpdate(questId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user