Core/Conditions: allow spellclick conditions to properly work for aura apply/remove

Port From (https://github.com/TrinityCore/TrinityCore/commit/edf12fd6a1b989d7785bc0619002eda1ccc87368)
This commit is contained in:
hondacrx
2021-12-27 15:23:22 -05:00
parent 08678c970e
commit 7a47eaeb24
5 changed files with 37 additions and 25 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ namespace Game
}
if (anyObjectiveChangedCompletionState)
player.UpdateForQuestWorldObjects();
player.UpdateVisibleGameobjectsOrSpellClicks();
}
}