changeset 9401 | 2af7bea32e5e |
parent 9399 | 1767c92eff37 |
child 9409 | 6564baf7dedf |
--- 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 =