From 5d45a5ee002a1a6d67e88e7eece2b5a650baf8cf Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Tue, 7 Feb 2012 14:31:14 +0100 Subject: Fixed color updates of magic bar Resolves: Mana-Mantis #457. Reviewed-by: Bertram. --- src/net/tmwa/protocol.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net') diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index 0c250f60..768d6061 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -22,6 +22,8 @@ #ifndef TA_PROTOCOL_H #define TA_PROTOCOL_H +namespace TmwAthena { + enum { JOB = 0xa, @@ -305,4 +307,6 @@ static const int STORAGE_OFFSET = 1; #define CMSG_GUILD_OPPOSITION 0x0180 #define CMSG_GUILD_ALLIANCE_DELETE 0x0183 +} + #endif -- cgit v1.2.3-70-g09d2