Fix typo in 1.0.6_Updates.sql

This commit is contained in:
ebaydayz
2016-06-02 17:43:46 -04:00
parent 3cee9cec55
commit e5bfb01189
2 changed files with 2 additions and 4 deletions

View File

@@ -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');

View File

@@ -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**
--------------------------