EvEmu-Project / evemu_Crucible

Emulator for EvE Online's Crucible expansion
https://evemu.dev
168 stars 65 forks source link

Fix issue #248 - service calls with wrong parameters #249

Closed Almamu closed 1 year ago

Almamu commented 1 year ago

Signed-off-by: Alexis Maiquez Murcia almamu@almamu.com

THUNDERGROOVE commented 1 year ago

I've found a few other places with this issue.

MailMgrService::SendMail - the last two arguments should be PyBool * MailMgrService::GetBody - the last argument should be PyBool * marketProxy::PlaceCharOrder - 7th arg should be PyNone*, last arg should be PyNone* nevermind!

low priority - I'm not sure if the client uses this under normal circumstances: slash::SlashCmd - the argument should be PyWString*