Implemented OnAfterUpdateEncounterState hook

This commit is contained in:
Yehonal
2018-03-20 12:09:20 +00:00
parent 5775da199a
commit 9abaf38612
3 changed files with 11 additions and 0 deletions

View File

@@ -3110,6 +3110,8 @@ void Map::UpdateEncounterState(EncounterCreditType type, uint32 creditEntry, Uni
// pussywizard:
LogEncounterFinished(type, creditEntry);
sScriptMgr->OnAfterUpdateEncounterState(this, type, creditEntry, source, difficulty_fixed, encounters, dungeonId);
if (dungeonId)
{