diff -r 62ffe234127d -r 53d1b92db6ce gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Fri Dec 27 01:22:42 2013 +0400 +++ b/gameServer/CoreTypes.hs Fri Dec 27 01:23:12 2013 +0400 @@ -275,7 +275,7 @@ CheckAccount ClientIndex Int B.ByteString B.ByteString | ClearCache | SendStats Int Int - | StoreAchievements B.ByteString [(B.ByteString, B.ByteString)] [B.ByteString] + | StoreAchievements Word16 B.ByteString [(B.ByteString, B.ByteString)] [B.ByteString] | GetReplayName ClientIndex Int B.ByteString deriving (Show, Read)