summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-03-06 21:10:20 +0100
committerHaru <haru@dotalux.com>2016-03-06 21:10:20 +0100
commita3ad5b4d9fe01b5a17999078bc1cb566c6f5c813 (patch)
treed67d1076d0aa36df8a412691d47a17a4391e9184 /src/map/status.h
parentdbebf2dcaaabd65b20722becdf7b4bb3ee682688 (diff)
parent4f6b2ebd825282937015efabbd35fc2cc6d992db (diff)
downloadhercules-a3ad5b4d9fe01b5a17999078bc1cb566c6f5c813.tar.gz
hercules-a3ad5b4d9fe01b5a17999078bc1cb566c6f5c813.tar.bz2
hercules-a3ad5b4d9fe01b5a17999078bc1cb566c6f5c813.tar.xz
hercules-a3ad5b4d9fe01b5a17999078bc1cb566c6f5c813.zip
Merge pull request #1189 from 4144/itemdbview
Check allowed range for "View" field in item_db for weapon items.
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 296b5baae..4e2f1bdc0 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -2169,7 +2169,7 @@ BEGIN_ZEROED_BLOCK; /* Everything within this block will be memset to 0 when sta
/* */
struct s_refine_info refine_info[REFINE_TYPE_MAX];
/* */
- int atkmods[3][MAX_WEAPON_TYPE];//ATK weapon modification for size (size_fix.txt)
+ int atkmods[3][MAX_SINGLE_WEAPON_TYPE];//ATK weapon modification for size (size_fix.txt)
char job_bonus[CLASS_COUNT][MAX_LEVEL];
sc_conf_type sc_conf[SC_MAX];
END_ZEROED_BLOCK; /* End */