summaryrefslogtreecommitdiff
path: root/src/net/tmwa/protocol.h
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2012-02-07 14:31:14 +0100
committerErik Schilling <ablu.erikschilling@googlemail.com>2012-02-07 17:40:29 +0100
commit5d45a5ee002a1a6d67e88e7eece2b5a650baf8cf (patch)
treed2133e655408c80449a34943a3693f8058b963c2 /src/net/tmwa/protocol.h
parent46d9cbb6d287a8744dbf400aaefa6b5f29274529 (diff)
downloadmana-client-5d45a5ee002a1a6d67e88e7eece2b5a650baf8cf.tar.gz
mana-client-5d45a5ee002a1a6d67e88e7eece2b5a650baf8cf.tar.bz2
mana-client-5d45a5ee002a1a6d67e88e7eece2b5a650baf8cf.tar.xz
mana-client-5d45a5ee002a1a6d67e88e7eece2b5a650baf8cf.zip
Fixed color updates of magic bar
Resolves: Mana-Mantis #457. Reviewed-by: Bertram.
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r--src/net/tmwa/protocol.h4
1 files changed, 4 insertions, 0 deletions
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