summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-08 11:45:01 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-08 11:45:01 -0300
commit05c1c0552fe6c94d8835a58f4608d0402614ce39 (patch)
tree25c6cddf9cd1767835266171d26d86d04882fdee /src/common/mmo.h
parent36b0aad136e42687ed5f5383f8d93128d73c398b (diff)
downloadhercules-05c1c0552fe6c94d8835a58f4608d0402614ce39.tar.gz
hercules-05c1c0552fe6c94d8835a58f4608d0402614ce39.tar.bz2
hercules-05c1c0552fe6c94d8835a58f4608d0402614ce39.tar.xz
hercules-05c1c0552fe6c94d8835a58f4608d0402614ce39.zip
[TMW2] Hercules Ultimate Storage System
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.