summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-09 05:43:51 +0000
committerVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-09 05:43:51 +0000
commit3e0e62675685bf18ef5ab0a12cdd97834462a0e4 (patch)
tree42222739c5c250fc5420abc75ecc843364b41c1d /src/map/status.h
parent73662d19496bdc70665f2320197c5f44badf216c (diff)
downloadhercules-3e0e62675685bf18ef5ab0a12cdd97834462a0e4.tar.gz
hercules-3e0e62675685bf18ef5ab0a12cdd97834462a0e4.tar.bz2
hercules-3e0e62675685bf18ef5ab0a12cdd97834462a0e4.tar.xz
hercules-3e0e62675685bf18ef5ab0a12cdd97834462a0e4.zip
* included MAX_WEAPON_SIZE for flexible weapon types
* more ninja/GS work git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5527 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index d1315b394..5ca71ce6a 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -524,6 +524,8 @@ int status_check_skilluse(struct block_list *src, struct block_list *target, int
#define MAX_REFINE 10
extern int percentrefinery[5][MAX_REFINE+1]; //The last slot always has a 0% success chance [Skotlex]
+#define MAX_WEAPON_TYPE 21
+
int status_readdb(void);
int do_init_status(void);