--- a/gameServer/OfficialServer/DBInteraction.hs Thu Oct 31 10:46:52 2013 -0400
+++ b/gameServer/OfficialServer/DBInteraction.hs Thu Oct 31 23:27:06 2013 +0400
@@ -49,6 +49,8 @@
writeChan (coreChan si) $ ClientAccountInfo clId clUid (if clHost `L.elem` localAddressList then Admin else Guest)
ClearCache -> return ()
SendStats {} -> return ()
+ GetReplayName {} -> return ()
+ StoreAchievements {} -> return ()
flushRequests si
pipeDbConnectionLoop :: Chan DBQuery -> Chan CoreMessage -> Handle -> Handle -> Map.Map ByteString (UTCTime, AccountInfo) -> Int -> IO (Map.Map ByteString (UTCTime, AccountInfo), Int)