From 3e0e62675685bf18ef5ab0a12cdd97834462a0e4 Mon Sep 17 00:00:00 2001 From: Vicious Date: Thu, 9 Mar 2006 05:43:51 +0000 Subject: * 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 --- src/map/status.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/status.h') 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); -- cgit v1.2.3-70-g09d2