# HG changeset patch # User unc0rr # Date 1245434508 0 # Node ID 9132de4acf05371bfc50f260eb30ba9a776db196 # Parent 98cde8645e21fc384c6733351ecfd3e2cd7b5c2c Oops diff -r 98cde8645e21 -r 9132de4acf05 gameServer/OfficialServer/extdbinterface.hs --- 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