Skip to content

Commit 192ff45

Browse files
committed
increase backpack slots to Smissmas 2017 levels
1 parent bc73065 commit 192ff45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/shared/econ/econ_item_constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ const war_side_t PYRO_VS_HEAVY_WAR_SIDE_PYRO = ((war_side_t)1);
413413
// Standard/default backpack size
414414
#define DEFAULT_NUM_BACKPACK_SLOTS 300
415415
#define DEFAULT_NUM_BACKPACK_SLOTS_FREE_TRIAL_ACCOUNT 50
416-
#define MAX_NUM_BACKPACK_SLOTS 2000
416+
#define MAX_NUM_BACKPACK_SLOTS 3000
417417

418418
// Current item level range
419419
#define MIN_ITEM_LEVEL 0

0 commit comments

Comments
 (0)