Misc cleanup

This commit is contained in:
hondacrx
2024-01-30 09:24:45 -05:00
parent 29a34bbf5d
commit 56eefeb54b
4 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -2009,7 +2009,7 @@ namespace Game.Achievements
if (followerBuilding == null)
return false;
return followerBuilding.BuildingType == secondaryAsset && follower.HasAbility(reqValue); ;
return followerBuilding.BuildingType == secondaryAsset && follower.HasAbility(reqValue);
});
if (followerCount < 1)
@@ -2032,7 +2032,7 @@ namespace Game.Achievements
if (followerBuilding == null)
return false;
return followerBuilding.BuildingType == secondaryAsset && follower.HasAbility(reqValue); ;
return followerBuilding.BuildingType == secondaryAsset && follower.HasAbility(reqValue);
});
if (followerCount < 1)
@@ -3297,7 +3297,7 @@ namespace Game.Achievements
break;
case 123: // Shadowlands Season 1 End
// timestamp = unknown
break; ;
break;
case 149: // Shadowlands Season 2 End
// timestamp = unknown
break;