diff options
author | Haru <haru@dotalux.com> | 2018-06-29 11:33:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 11:33:11 +0200 |
commit | 9d24045d743a11eda0c825ea3c989fc5e78bc8af (patch) | |
tree | 91d8f55d2aed6fb58661fd7fada8f3f6e53ed814 /src/common | |
parent | c419726752ebd1b532f487e5683f63232a6c237b (diff) | |
parent | 9876ae283e9ca68e60de3a0745a765e460d4c434 (diff) | |
download | hercules-9d24045d743a11eda0c825ea3c989fc5e78bc8af.tar.gz hercules-9d24045d743a11eda0c825ea3c989fc5e78bc8af.tar.bz2 hercules-9d24045d743a11eda0c825ea3c989fc5e78bc8af.tar.xz hercules-9d24045d743a11eda0c825ea3c989fc5e78bc8af.zip |
Merge pull request #2063 from dastgirp/2-petevol
Implemented Pet Evolution and Pet Feeding
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 74d48dd47..0b4ba4a45 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -544,6 +544,7 @@ struct s_pet { char name[NAME_LENGTH]; char rename_flag; char incubate; + int autofeed; }; struct s_homunculus { //[orn] |