From 60563aead61198050b3f569f534310ebc3fc9373 Mon Sep 17 00:00:00 2001 From: Uleat Date: Fri, 5 Dec 2014 19:33:25 -0500 Subject: [PATCH] Added MapKrono entry to RoF2::InventoryMaps enumeration --- common/patches/rof2_constants.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/patches/rof2_constants.h b/common/patches/rof2_constants.h index 1f8ff1a52..596ffa7e7 100644 --- a/common/patches/rof2_constants.h +++ b/common/patches/rof2_constants.h @@ -50,6 +50,7 @@ namespace RoF2 { MapArchived, MapMail, MapGuildTrophyTribute, + MapKrono, MapOther, _MapCount } InventoryMaps;