diff options
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; }; |