aboutsummaryrefslogtreecommitdiff
path: root/src/game/Opcodes.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-31 15:56:51 -0500
committermegamage <none@none>2009-05-31 15:56:51 -0500
commit5ed5513ca82712a6e3691add2c9a0f005d80426f (patch)
tree781e8589bb7f8e95e6b9126f7a555c2f0e1b03ca /src/game/Opcodes.h
parent19e12305515d958c5de586c2a409979b3d193ce6 (diff)
Mangos [7911]. Author: tomrus88
Very big patch. May cause bugs. --HG-- branch : trunk
Diffstat (limited to 'src/game/Opcodes.h')
-rw-r--r--src/game/Opcodes.h2
1 files changed, 1 insertions, 1 deletions
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)
};