diff options
author | Machiavelli <machiaveltman@gmail.com> | 2011-12-11 14:25:59 +0100 |
---|---|---|
committer | Machiavelli <machiaveltman@gmail.com> | 2011-12-11 14:25:59 +0100 |
commit | f57fd9c310f5234709662c166bebcc492e0999fa (patch) | |
tree | 639837a2505642ca52451599ff85abc25c4e9326 /src | |
parent | 44cdb782bd87f8727594b02ddbc25f4022c6dc1b (diff) |
Core/Opcodes: CMSG_ATTACKSWING id (Edit via github)
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Server/Protocol/Opcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index 6e1ff946240..22d8144f9de 100755 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -53,7 +53,7 @@ enum Opcodes CMSG_ARENA_TEAM_REMOVE = 0xCE5E, CMSG_ARENA_TEAM_ROSTER = 0x00, CMSG_ATTACKSTOP = 0x00, - CMSG_ATTACKSWING = 0x00, + CMSG_ATTACKSWING = 0xDE66, CMSG_AUCTION_LIST_BIDDER_ITEMS = 0x00, CMSG_AUCTION_LIST_ITEMS = 0xDC5F, CMSG_AUCTION_LIST_OWNER_ITEMS = 0x00, |