diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-19 22:17:44 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-19 22:17:44 +0000 |
commit | ee6ed41176814afef6d4d1902311af3acf0e5929 (patch) | |
tree | 9c9aea548f68cfb35f21399458bd51e03cb6b23a /src/map/map.h | |
parent | cb227339015cdd739580b36222d31b6755694d49 (diff) | |
download | hercules-ee6ed41176814afef6d4d1902311af3acf0e5929.tar.gz hercules-ee6ed41176814afef6d4d1902311af3acf0e5929.tar.bz2 hercules-ee6ed41176814afef6d4d1902311af3acf0e5929.tar.xz hercules-ee6ed41176814afef6d4d1902311af3acf0e5929.zip |
- Patched the MAX_STATUSCHANGE startup error
- Fixed a compiler warning
- Really removed duplicate Noyee npc
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10033 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 13d811771..e5db5c0a0 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -31,7 +31,7 @@ #define LIFETIME_FLOORITEM 60 #define DAMAGELOG_SIZE 30 #define LOOTITEM_SIZE 10 -#define MAX_STATUSCHANGE 250 +#define MAX_STATUSCHANGE 251 //Quick defines to know which are the min-max common ailments. [Skotlex] //Because of the way the headers are included.. these must be replaced for actual values. //Remember to update as needed! Min is SC_STONE and max is SC_DPOISON currently. |