diff --git a/Server Files/SQL/1.0.6_Updates.sql b/Server Files/SQL/1.0.6_Updates.sql index 0ba19e7d6..00c361396 100644 --- a/Server Files/SQL/1.0.6_Updates.sql +++ b/Server Files/SQL/1.0.6_Updates.sql @@ -10,7 +10,7 @@ ALTER TABLE Object_DATA MODIFY COLUMN CharacterID bigint(20); ALTER TABLE Object_DATA MODIFY COLUMN Hitpoints varchar(1024); -- ---------------------------- --- Fix typo from 1.0.5.1 updates causing Merlin and Chinook to show as magazines instead of vehicles +-- Fix typo from 1.0.5.1 updates causing Merlin and CH53 to show as magazines instead of vehicles -- ---------------------------- INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["CH53_DZE",2]', 2, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 0, 493, 'trade_any_vehicle'); INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["CH53_DZE",2]', 2, '[3,"ItemBriefcase100oz",1]', '[2,"ItemBriefcase100oz",1]', 0, 512, 'trade_any_vehicle'); diff --git a/Test Build/ReadMe.md b/Test Build/ReadMe.md index 35f37e34a..28e4c9d4f 100644 --- a/Test Build/ReadMe.md +++ b/Test Build/ReadMe.md @@ -11,7 +11,7 @@ Install instructions: 4. Copy the `EpochTest-106-MAY_15_2016\addons\` folder into your `@DayZ_Epoch106\` folder and again overwrite files when prompted. Make sure to do this on both the client and server. -5. Use the new dayz_server.pbo from `EpochTest-106-MAY_15_2016\addons\` +5. Use the new dayz_server.pbo from [[here](https://github.com/EpochModTeam/DayZ-Epoch/raw/master/Test%20Build/dayz_server.pbo)] 6. Use the new MPMission from Server Files\MPMissions. @@ -19,8 +19,6 @@ Install instructions: 8. Modify your server and client launch parameters to use 106; instead of 1051;. In dayz_launcher you can go to the Advanced tab, disable all mods, then set `-mod=@DayZ_Epoch106;` in Settings > Additional Parameters. -NOTE: dayz_server.pbo should not be included in your client epoch addons folder. It is a separate download as to avoid this accidentally happening, you may download the latest [[Epoch server pbo here](https://github.com/EpochModTeam/DayZ-Epoch/raw/master/Test%20Build/dayz_server.pbo)] - Current Version: **EpochTest-106-MAY_15_2016** --------------------------