Value is now not an object, give it straight to it and no double to string to double shenanigans

This commit is contained in:
CWX
2025-06-01 21:35:10 +01:00
parent d5ae1c020d
commit cc6f116e18
@@ -88,7 +88,7 @@ public class RewardHelper(
_traderHelper.AddStandingToTrader(
sessionId,
reward.Target,
double.Parse(reward.Value.ToString(), CultureInfo.InvariantCulture)
reward.Value.Value
);
break;
case RewardType.TraderUnlock: