summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index a2e91626e..c8a59279c 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -585,7 +585,15 @@ struct status_change_data {
int total_tick; ///< Total duration.
};
+/* Hercules Ultimate Storage System [Smokexyz/Hercules] */
+struct storage_settings {
+ int uid; ///< Storage Identifier.
+ char name[NAME_LENGTH]; ///< Storage Name
+ int capacity; ///< Item Capacity.
+};
+
struct storage_data {
+ int uid; ///< Storage Identifier.
bool save; ///< save flag.
bool received; ///< received flag.
int aggregate; ///< total item count.