diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/status.h b/src/map/status.h index ae30b5415..970a6e578 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -475,9 +475,9 @@ enum { #define OPTION_WEDDING 0x00001000
#define OPTION_RUWACH 0x00002000
#define OPTION_CHASEWALK 0x00004000
-#define OPTION_XMAS 0x00008000
-//Note that clientside Flying is 0x8000, the SAME as Xmas!!
-#define OPTION_FLYING 0x0020000
+//Note that clientside Flying and Xmas are 0x8000!!
+#define OPTION_XMAS 0x00020000
+#define OPTION_FLYING 0x0008000
//TODO: Get these Missing options...
#define OPTION_SIGHTTRASHER 0x00010000
|