Mitigate PboDLL limitation

this mitigates a newly introduced/reduced limitation on config size/entries when rapying content with Mikero's PBO tools. This issue will unfortunately not be fixed, hence moving keys to Epoch_B
This commit is contained in:
icomrade
2017-06-18 21:39:22 -04:00
parent 67bc61ff94
commit c4682e5346
3 changed files with 12 additions and 7 deletions

View File

@@ -7,3 +7,8 @@ class CfgPatches {
requiredAddons[] = {"dayz_code"};
};
};
class CfgWeapons
{
class ItemCore;
#include "ItemKeys.hpp"
};