Hucaru / Valhalla

A Golang MapleStory (v28) server
MIT License
274 stars 71 forks source link

Added function to clean up database and reset dangling accounts. #10

Closed ErwinsExpertise closed 4 years ago

ErwinsExpertise commented 4 years ago

Query will check for any accounts locate accounts that have isLogedIn set to 1 and does not have any active online characters. This is completed by checking the channelID for all characters associated with the accountID.

ErwinsExpertise commented 4 years ago

I apologize for the duplicate PR, won't happen again.

Hucaru commented 4 years ago

I apologize for the duplicate PR, won't happen again.

No worries. If you could update the readme on line 30 so that Server resets login status upon restart for dangling users is ticked then I will merge this in.