From 5ed5513ca82712a6e3691add2c9a0f005d80426f Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 31 May 2009 15:56:51 -0500 Subject: Mangos [7911]. Author: tomrus88 Very big patch. May cause bugs. --HG-- branch : trunk --- src/game/Opcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Opcodes.h') diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index d57cfd62852..fbf3e9a72a1 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1241,7 +1241,7 @@ enum SessionStatus { STATUS_AUTHED = 0, ///< Player authenticated STATUS_LOGGEDIN, ///< Player in game - STATUS_TRANSFER_PENDING, ///< Player transferring to another map + STATUS_TRANSFER, ///< Player transferring to another map STATUS_NEVER ///< Opcode not accepted from client (deprecated or server side only) }; -- cgit v1.2.3