mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix typo in 1.0.6_Updates.sql
This commit is contained in:
@@ -10,7 +10,7 @@ ALTER TABLE Object_DATA MODIFY COLUMN CharacterID bigint(20);
|
|||||||
ALTER TABLE Object_DATA MODIFY COLUMN Hitpoints varchar(1024);
|
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, '[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');
|
INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["CH53_DZE",2]', 2, '[3,"ItemBriefcase100oz",1]', '[2,"ItemBriefcase100oz",1]', 0, 512, 'trade_any_vehicle');
|
||||||
|
|||||||
@@ -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.
|
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.
|
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.
|
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**
|
Current Version: **EpochTest-106-MAY_15_2016**
|
||||||
|
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user