changeset 9450 | 2084b1b7839c |
parent 9446 | 4fd5df03deb8 |
child 9661 | 788fd9eedfb0 |
--- a/gameServer/OfficialServer/DBInteraction.hs Tue Sep 03 22:35:57 2013 +0400 +++ b/gameServer/OfficialServer/DBInteraction.hs Tue Sep 03 22:48:26 2013 +0400 @@ -84,6 +84,7 @@ (clId', clUid', accountInfo) <- SIO.hGetLine hOut >>= (maybeException . maybeRead) writeChan cChan $ ClientAccountInfo clId' clUid' accountInfo + return (accountsCache, req) ClearCache -> return (Map.empty, req) StoreAchievements {} -> (