diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-02 00:06:58 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-02 00:06:58 +0000 |
commit | c638f42f8e80a980c21e210c6ce149731dd53b17 (patch) | |
tree | 6bf9674cded19cfc613502938493cfc6a2ad9ea1 /src/map/map.h | |
parent | 1bf878b4c845d29f13a370b0aa3e18f434b57bb5 (diff) | |
download | hercules-c638f42f8e80a980c21e210c6ce149731dd53b17.tar.gz hercules-c638f42f8e80a980c21e210c6ce149731dd53b17.tar.bz2 hercules-c638f42f8e80a980c21e210c6ce149731dd53b17.tar.xz hercules-c638f42f8e80a980c21e210c6ce149731dd53b17.zip |
- Removed OPTION_XMAS, it seems to not exist....
- Added SC_SMA to handle "ready to use SMA" status (rather than SC_COMBO) since it has a visual effect to use.
- Corrected the value of OPTION_FLYING
- Using SG_FUSION ends Soul Linked effect.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6438 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map/map.h b/src/map/map.h index 66a242545..c06252b46 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -253,9 +253,7 @@ enum { #define OPTION_WEDDING 0x1000
#define OPTION_RUWACH 0x2000
#define OPTION_CHASEWALK 0x4000
-#define OPTION_XMAS 0x8000
-
-#define OPTION_FLYING 0x10000
+#define OPTION_FLYING 0x8000
//TODO: Get these Missing options...
#define OPTION_SIGHTTRASHER 0x0001
|