Renamed QuestReward to Reward + QuestRewardType to RewardType

This commit is contained in:
Chomp
2025-01-17 11:58:10 +00:00
parent 6b2eed3a74
commit 45fc86d8e0
10 changed files with 105 additions and 101 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ public class PrestigeController
_saveServer.SaveProfile(sessionId);
}
private void AddPrestigeRewardsToProfile(string sessionId, SptProfile newProfile, IEnumerable<QuestReward> rewards)
private void AddPrestigeRewardsToProfile(string sessionId, SptProfile newProfile, IEnumerable<Reward> rewards)
{
_logger.Error("NOT IMPLEMENTED AddPrestigeRewardsToProfile()");
}