fixed EBM install instructions

This commit is contained in:
redned70 2017-03-08 08:06:36 +00:00
parent 30a025a01e
commit 2d8eecf394
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Trader-Mod v5.7
# Trader-Mod v5.8
<b>Exile Easy Trader Mod System</b><br>
This trader system is offered free without any guarantee or promise and users should back up their files before proceeding.<br>
@ -7,6 +7,9 @@ I have only compiled what i found, attempted to simplify class names and created
If you use then you should consider sharing any further development, bug fixes or expansions (as i have probably missed objects out or spelled things incorrectly).<br>
This file does not include how to install mods or add to loot tables as that is already well documented.<br>
<b>v5.8 Update</b><br>
EBM install instructions fix, thanks to Killerpoodezz for spotting.<br>
<b>v5.7 Update</b><br>
Updated RHS Weapons mod files by ElShotte.<br>

View File

@ -63,7 +63,7 @@ class CfgExileArsenal
#include "TRADERS\ARMA3W\ItemListARMA3W.hpp"
#include "TRADERS\CUPW\ItemListCUPW.hpp"
#include "TRADERS\CUPV\ItemListCUPV.hpp"
#include "TRADERS\EBM\prices.hpp"
#include "TRADERS\EBM\ItemListEBM.hpp"
#include "TRADERS\FMP\ItemListFMP.hpp"
#include "TRADERS\HAP\ItemListHAP.hpp"
#include "TRADERS\HLC\ItemListHLC.hpp"
@ -95,7 +95,7 @@ class CfgTraderCategories
#include "TRADERS\ARMA3W\TraderCategoriesARMA3W.hpp"
#include "TRADERS\CUPW\TraderCategoriesCUPW.hpp"
#include "TRADERS\CUPV\TraderCategoriesCUPV.hpp"
#include "TRADERS\EBM\traders.hpp"
#include "TRADERS\EBM\TraderCategoriesEBM.hpp"
#include "TRADERS\FMP\TraderCategoriesFMP.hpp"
#include "TRADERS\HAP\TraderCategoriesHAP.hpp"
#include "TRADERS\HLC\TraderCategoriesHLC.hpp"