diff options
author | shennetsind <ind@henn.et> | 2013-03-27 15:38:32 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-03-27 15:38:32 -0300 |
commit | 889a866e92a6c50f8a085e9c99001a9373830f44 (patch) | |
tree | 4a195c9245c61364650b0ee692bca303a3c337c2 /src/common/mmo.h | |
parent | c042a058ce575ff61c95ffa304e493683d50871f (diff) | |
download | hercules-889a866e92a6c50f8a085e9c99001a9373830f44.tar.gz hercules-889a866e92a6c50f8a085e9c99001a9373830f44.tar.bz2 hercules-889a866e92a6c50f8a085e9c99001a9373830f44.tar.xz hercules-889a866e92a6c50f8a085e9c99001a9373830f44.zip |
Introducing Slot Change feature
Special Thanks to Yommy for providing the packet structure/data.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index c70b20b1f..56770fe02 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -378,7 +378,8 @@ struct mmo_charstatus { struct hotkey hotkeys[MAX_HOTKEYS]; #endif bool show_equip; - short rename; + unsigned short rename; + unsigned short slotchange; time_t delete_date; }; |