gameServer/CoreTypes.hs
changeset 2173 98cde8645e21
parent 2172 80d34c0b9dfe
child 2245 c011aecc95e5
--- a/gameServer/CoreTypes.hs	Fri Jun 19 17:55:42 2009 +0000
+++ b/gameServer/CoreTypes.hs	Fri Jun 19 17:56:52 2009 +0000
@@ -160,7 +160,7 @@
 	Accept ClientInfo
 	| ClientMessage (Int, [String])
 	| ClientAccountInfo (Int, AccountInfo)
-	| TimerAction
+	| TimerAction Int
 
 type Clients = IntMap.IntMap ClientInfo
 type Rooms = IntMap.IntMap RoomInfo