summaryrefslogtreecommitdiff
path: root/src/emap/struct/mobdext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/struct/mobdext.h')
-rw-r--r--src/emap/struct/mobdext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/struct/mobdext.h b/src/emap/struct/mobdext.h
index 879ca99..012485f 100644
--- a/src/emap/struct/mobdext.h
+++ b/src/emap/struct/mobdext.h
@@ -8,6 +8,7 @@ struct MobdExt
{
int walkMask;
int weaponAttacks[MAX_WEAPON_TYPE];
+ int skillAttacks[MAX_SKILL_DB];
};
#endif // EVOL_MAP_MOBDEXT