Core/Criteria: Add all values of CriteriaFailEvent

Port From (https://github.com/TrinityCore/TrinityCore/commit/4b6ddfbbccf7dade8292331c860209f45945fa00)
This commit is contained in:
hondacrx
2021-06-04 13:59:21 -04:00
parent 9621a951f4
commit 93f8c09364
8 changed files with 43 additions and 40 deletions
+1 -1
View File
@@ -658,7 +658,7 @@ namespace Game.Entities
UpdateCriteria(CriteriaTypes.DeathInDungeon, 1);
// reset all death criterias
ResetCriteria(CriteriaCondition.NoDeath, 0);
ResetCriteria(CriteriaFailEvent.Death, 0);
}
base.SetDeathState(s);