Value is now not an object, give it straight to it and no double to string to double shenanigans
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user