MeikelLP / quantum-core-x

Metin2 open source server implementation
https://meikellp.github.io/quantum-core-x/
Mozilla Public License 2.0
35 stars 9 forks source link

Empire logic wrong #25

Closed NoFr1ends closed 5 months ago

NoFr1ends commented 11 months ago

Currently the player empire is stored at the account which might be the wrong location. Thinking about how the official server run it should probably be stored somewhere in the game database to allow different empires on different game servers.

Also currently there's a bug in EmpireHandler.cs#L25 as it tries to access the non existent table accounts inside the game database.

MeikelLP commented 5 months ago

Resolved in #49