diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-02-05 20:12:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-02-11 03:22:46 +0300 |
commit | dbaa9ac111496fdfde9948d5cb15a0b052843b3f (patch) | |
tree | 258e78c458642cc017837f674b0d23255ac49bf4 /src/map | |
parent | 28e1760064ad763d50e1fff92715aaa5b741113a (diff) | |
download | hercules-dbaa9ac111496fdfde9948d5cb15a0b052843b3f.tar.gz hercules-dbaa9ac111496fdfde9948d5cb15a0b052843b3f.tar.bz2 hercules-dbaa9ac111496fdfde9948d5cb15a0b052843b3f.tar.xz hercules-dbaa9ac111496fdfde9948d5cb15a0b052843b3f.zip |
Change job field in struct questinfo from int to job
Diffstat (limited to 'src/map')
-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 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 { |