Changes to MailSendService
originally we had the trader id -> then used a method to get the EnumValue as a string -> then later turned it BACK into a traderId unless im missing something major this should simplify things? example: we took "6617beeaa9cfa777ca915b7c" and turned it to "Ref" to then turn it back to "6617beeaa9cfa777ca915b7c"
This commit is contained in:
@@ -595,7 +595,7 @@ public class InsuranceController(
|
||||
// Send the insurance message
|
||||
_mailSendService.SendLocalisedNpcMessageToPlayer(
|
||||
sessionId,
|
||||
_traderHelper.GetTraderById(insurance.TraderId).ToString(),
|
||||
insurance.TraderId,
|
||||
insurance.MessageType ?? MessageType.SYSTEM_MESSAGE,
|
||||
insurance.MessageTemplateId,
|
||||
insurance.Items,
|
||||
|
||||
Reference in New Issue
Block a user