diff -r 7b7ee65f82ad -r 1767c92eff37 gameServer/OfficialServer/DBInteraction.hs --- a/gameServer/OfficialServer/DBInteraction.hs Tue Aug 06 00:26:07 2013 +0400 +++ b/gameServer/OfficialServer/DBInteraction.hs Sat Aug 17 23:38:53 2013 +0400 @@ -78,6 +78,12 @@ return (accountsCache, req) ClearCache -> return (Map.empty, req) + StoreAchievements {} -> ( + (SIO.hPutStrLn hIn $ show q) >> + hFlush hIn >> + return (accountsCache, req)) + `Exception.onException` + (unGetChan queries q) SendStats {} -> ( (SIO.hPutStrLn hIn $ show q) >> hFlush hIn >>