author | unc0rr |
Fri, 19 Jun 2009 18:01:48 +0000 | |
changeset 2174 | 9132de4acf05 |
parent 2173 | 98cde8645e21 |
child 2175 | 9e64d9f1bcab |
--- a/gameServer/OfficialServer/extdbinterface.hs Fri Jun 19 17:56:52 2009 +0000 +++ b/gameServer/OfficialServer/extdbinterface.hs Fri Jun 19 18:01:48 2009 +0000 @@ -40,7 +40,7 @@ SendStats clients rooms -> do statement <- prepare dbConn dbQueryStats - execute statement [SqlInt32 $ fromIntegral rooms, SqlInt32 $ fromIntegral clients] + execute statement [SqlInt32 $ fromIntegral clients, SqlInt32 $ fromIntegral rooms] finish statement hFlush stdout