diff options
Diffstat (limited to 'src/net/eathena/beinghandler.cpp')
-rw-r--r-- | src/net/eathena/beinghandler.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp index 2e599ffbb..9b035b136 100644 --- a/src/net/eathena/beinghandler.cpp +++ b/src/net/eathena/beinghandler.cpp @@ -1324,10 +1324,9 @@ void BeingHandler::processRanksList(Net::MessageIn &msg) // +++ here need window with rank tables. msg.readInt16("rank type"); for (int f = 0; f < 10; f ++) - { msg.readString(24, "name"); + for (int f = 0; f < 10; f ++) msg.readInt32("points"); - } msg.readInt32("my points"); } |