diff options
author | Shido <the.keikun@gmail.com> | 2014-05-16 21:42:25 +0800 |
---|---|---|
committer | Shido <the.keikun@gmail.com> | 2014-05-17 01:13:23 +0800 |
commit | 5f5380e8d5fa2e6042813e35101cb33b656e3972 (patch) | |
tree | 76612807cd798428d6b199a5de02f42e518fdfab /src/common/mmo.h | |
parent | bc1d286cc71a7ae82d9639f4a832970a287c0d71 (diff) | |
download | hercules-5f5380e8d5fa2e6042813e35101cb33b656e3972.tar.gz hercules-5f5380e8d5fa2e6042813e35101cb33b656e3972.tar.bz2 hercules-5f5380e8d5fa2e6042813e35101cb33b656e3972.tar.xz hercules-5f5380e8d5fa2e6042813e35101cb33b656e3972.zip |
Renamed incuvate of Pet System.
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 0003aa917..4ac7ee793 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -352,7 +352,7 @@ struct s_pet { short hungry;//pet hungry char name[NAME_LENGTH]; char rename_flag; - char incuvate; + char incubate; }; struct s_homunculus { //[orn] |