diff -r 7b7ee65f82ad -r 1767c92eff37 gameServer/OfficialServer/extdbinterface.hs --- a/gameServer/OfficialServer/extdbinterface.hs Tue Aug 06 00:26:07 2013 +0400 +++ b/gameServer/OfficialServer/extdbinterface.hs Sat Aug 17 23:38:53 2013 +0400 @@ -46,6 +46,8 @@ SendStats clients rooms -> run dbConn dbQueryStats [SqlInt32 $ fromIntegral clients, SqlInt32 $ fromIntegral rooms] >> return () + StoreAchievements -> return () + dbConnectionLoop mySQLConnectionInfo = Control.Exception.handle (\(e :: IOException) -> hPutStrLn stderr $ show e) $ handleSqlError $