diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-03-29 22:53:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-04-07 22:38:35 +0300 |
commit | 0a349742abd855ae4b6edbe8735937768cdfeb07 (patch) | |
tree | 5cd95c4160b719f5fdfe7cfc78dcceb554eb6fd8 /src/map/clif.h | |
parent | 0a5ee140c74989d5fb2cbc9a22150ff66bbcfb07 (diff) | |
download | hercules-0a349742abd855ae4b6edbe8735937768cdfeb07.tar.gz hercules-0a349742abd855ae4b6edbe8735937768cdfeb07.tar.bz2 hercules-0a349742abd855ae4b6edbe8735937768cdfeb07.tar.xz hercules-0a349742abd855ae4b6edbe8735937768cdfeb07.zip |
Add allow call option
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 241214e8b..9e60256c6 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -556,7 +556,7 @@ enum clif_unittype { **/ enum CZ_CONFIG { CZ_CONFIG_OPEN_EQUIPMENT_WINDOW = 0, - // Unknown = 1, + CZ_CONFIG_CALL = 1, CZ_CONFIG_PET_AUTOFEEDING = 2, CZ_CONFIG_HOMUNCULUS_AUTOFEEDING = 3, }; |