Misc cleanups

This commit is contained in:
hondacrx
2020-05-05 19:09:57 -04:00
parent 9ec956becf
commit c3adef77a9
38 changed files with 90 additions and 100 deletions
@@ -312,7 +312,7 @@ namespace Game
public override string GetOwnerInfo()
{
return $"{_owner.GetGUID().ToString()} {_owner.GetName()}";
return $"{_owner.GetGUID()} {_owner.GetName()}";
}
public override List<Criteria> GetCriteriaByType(CriteriaTypes type)