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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 8818ea9df..0abae6092 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -1048,4 +1048,8 @@ enum hz_char_ask_name_answer {
#error MAX_ZENY is too big
#endif
+#if MAX_SLOTS < 4
+#error MAX_SLOTS it too small
+#endif
+
#endif /* COMMON_MMO_H */