Skip to content

Commit

Permalink
[9812] Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spp authored and XTZGZoReX committed Apr 29, 2010
1 parent ad68bfe commit e878e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/Opcodes.cpp
Expand Up @@ -1319,7 +1319,7 @@ OpcodeHandler opcodeTable[NUM_MSG_TYPES] =
/*0x50A*/ { "SMSG_CAMERA_SHAKE", STATUS_NEVER, &WorldSession::Handle_ServerSide },
/*0x50B*/ { "SMSG_UNKNOWN_1291", STATUS_NEVER, &WorldSession::Handle_ServerSide },
/*0x50C*/ { "UMSG_UNKNOWN_1292", STATUS_NEVER, &WorldSession::Handle_NULL },
/*0x50D*/ { "UMSG_REDIRECT_CLIENT", STATUS_NEVER, &WorldSession::Handle_NULL },
/*0x50D*/ { "SMSG_REDIRECT_CLIENT", STATUS_NEVER, &WorldSession::Handle_NULL },
/*0x50E*/ { "CMSG_UNKNOWN_1294", STATUS_NEVER, &WorldSession::Handle_NULL },
/*0x50F*/ { "UMSG_UNKNOWN_1295", STATUS_NEVER, &WorldSession::Handle_NULL },
/*0x510*/ { "CMSG_UNKNOWN_1296", STATUS_NEVER, &WorldSession::Handle_NULL },
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9811"
#define REVISION_NR "9812"
#endif // __REVISION_NR_H__

0 comments on commit e878e90

Please sign in to comment.