changeset 2174 | 9132de4acf05 |
parent 2172 | 80d34c0b9dfe |
child 2184 | f59f80e034b1 |
--- 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