diff options
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index fc75e9567..7b3058508 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -3981,7 +3981,7 @@ static int mob_readskilldb(void) const struct { char str[32]; - int id; + enum MobSkillState id; } cond1[] = { { "always", MSC_ALWAYS }, { "myhpltmaxrate", MSC_MYHPLTMAXRATE }, |