DennouNeko / aura

Open-source MMORPG server emulator
http://aura-project.org
GNU General Public License v3.0
0 stars 0 forks source link

Characters not being saved after roleplaying #8

Closed DennouNeko closed 8 years ago

DennouNeko commented 8 years ago

Debugging shows that the ChannelDb.SaveCharacter is being reached, but for unknown reason Save property of PlayerCreature is false... It seems that for some unknown reason RP session is resetting it.

DennouNeko commented 8 years ago

Client.Account was being overwritten in ChannelLogin handler on secondary login by client.Account = account; with fresh copy of character list, where all Save propertes were false.