diff -r 1767c92eff37 -r 2af7bea32e5e gameServer/OfficialServer/extdbinterface.hs --- a/gameServer/OfficialServer/extdbinterface.hs Sat Aug 17 23:38:53 2013 +0400 +++ b/gameServer/OfficialServer/extdbinterface.hs Sun Aug 18 17:29:17 2013 +0400 @@ -46,7 +46,7 @@ SendStats clients rooms -> run dbConn dbQueryStats [SqlInt32 $ fromIntegral clients, SqlInt32 $ fromIntegral rooms] >> return () - StoreAchievements -> return () + StoreAchievements {} -> return () dbConnectionLoop mySQLConnectionInfo =