diff -r 8208946331ba -r 80d34c0b9dfe gameServer/OfficialServer/DBInteraction.hs --- a/gameServer/OfficialServer/DBInteraction.hs Thu Jun 18 17:48:06 2009 +0000 +++ b/gameServer/OfficialServer/DBInteraction.hs Fri Jun 19 17:55:42 2009 +0000 @@ -66,6 +66,10 @@ return accountsCache ClearCache -> return Map.empty + SendStats {} -> do + hPutStrLn hIn $ show q + hFlush hIn + return accountsCache return updatedCache where