changeset 3741 | 73246d25dfe1 |
parent 3673 | 45778b16b224 |
child 3947 | 709fdb89f76c |
--- a/gameServer/stresstest3.hs Sat Aug 14 02:10:27 2010 +0200 +++ b/gameServer/stresstest3.hs Mon Aug 16 18:43:32 2010 +0400 @@ -44,7 +44,7 @@ emulateSession :: StateT SState IO () emulateSession = do - n <- io $ randomRIO (100000::Int, 100000) + n <- io $ randomRIO (100000::Int, 100100) waitPacket "CONNECTED" sendPacket ["NICK", "test" ++ (show n)] waitPacket "NICK"