From e808b814cd0899342fcba21cc74ec059772ceb5e Mon Sep 17 00:00:00 2001 From: gumi Date: Mon, 1 Jan 2018 12:06:00 -0500 Subject: raise party limit --- src/mmo/consts.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mmo/consts.hpp') diff --git a/src/mmo/consts.hpp b/src/mmo/consts.hpp index 5533446..5445186 100644 --- a/src/mmo/consts.hpp +++ b/src/mmo/consts.hpp @@ -45,7 +45,7 @@ constexpr interval_t DEFAULT_WALK_SPEED = 150_ms; constexpr interval_t MIN_WALK_SPEED = interval_t::zero(); constexpr interval_t MAX_WALK_SPEED = 1_s; constexpr int MAX_STORAGE = 300; -constexpr int MAX_PARTY = 12; +constexpr int MAX_PARTY = 120; #define MIN_HAIR_STYLE battle_config.min_hair_style #define MAX_HAIR_STYLE battle_config.max_hair_style -- cgit v1.2.3-60-g2f50