gameServer/CoreTypes.hs
changeset 9401 2af7bea32e5e
parent 9399 1767c92eff37
child 9435 59eec19cb31a
--- a/gameServer/CoreTypes.hs	Sat Aug 17 23:38:53 2013 +0400
+++ b/gameServer/CoreTypes.hs	Sun Aug 18 17:29:17 2013 +0400
@@ -263,7 +263,7 @@
     CheckAccount ClientIndex Int B.ByteString B.ByteString
     | ClearCache
     | SendStats Int Int
-    | StoreAchievement [(B.ByteString, B.ByteString)] [B.ByteString]
+    | StoreAchievements B.ByteString [(B.ByteString, B.ByteString)] [B.ByteString]
     deriving (Show, Read)
 
 data CoreMessage =