Time is stored in bytestring now
authorunc0rr
Wed, 10 Jun 2015 23:21:30 +0300
changeset 10991 189b2370353d
parent 10990 c99385e4654d
child 10992 995ecbdf72de
Time is stored in bytestring now
gameServer/OfficialServer/extdbinterface.hs
--- a/gameServer/OfficialServer/extdbinterface.hs	Wed Jun 10 23:05:38 2015 +0300
+++ b/gameServer/OfficialServer/extdbinterface.hs	Wed Jun 10 23:21:30 2015 +0300
@@ -87,8 +87,8 @@
             mapM_ (execute dbConn dbQueryAchievement) $ (parseStats p fileName teams) info
 
 
-readTime = read . B.unpack . B.take 19 . B.drop 8
-
+--readTime = read . B.unpack . B.take 19 . B.drop 8
+readTime = B.take 19 . B.drop 8
 
 parseStats :: 
     Word16