diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 89393627a..235eb7dfd 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -923,7 +923,7 @@ struct mob_data { struct guardian_data* guardian_data; struct { int id; - int dmg; + unsigned int dmg; unsigned flag : 1; //0: Normal. 1: Homunc exp } dmglog[DAMAGELOG_SIZE]; struct spawn_data *spawn; //Spawn data. |