From dbaa9ac111496fdfde9948d5cb15a0b052843b3f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 5 Feb 2019 20:12:16 +0300 Subject: Change job field in struct questinfo from int to job --- src/map/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/map.h b/src/map/map.h index d96733f90..ace2a35a1 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -800,7 +800,7 @@ struct questinfo { unsigned short icon; unsigned char color; bool hasJob; - unsigned short job;/* perhaps a mapid mask would be most flexible? */ + unsigned int job;/* perhaps a mapid mask would be most flexible? */ bool sex_enabled; int sex; struct { -- cgit v1.2.3-60-g2f50