mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 01:52:00 +03:00
Update epoch.sql
Fixed VIL_fobia_civil1, it was being sold for 4 Aluminum while others colors of the same vehicle are 4 gold. Also the vehicle could be bought for 8 gold but sold for 4 aluminum.
This commit is contained in:
@@ -4668,7 +4668,7 @@ INSERT INTO `Traders_DATA` VALUES(6567, '["VIL_ducato_cargo2",2]', 1, '[1,"ItemG
|
||||
INSERT INTO `Traders_DATA` VALUES(6568, '["VIL_transit_truck",2]', 2, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, 651, 'trade_any_vehicle');
|
||||
INSERT INTO `Traders_DATA` VALUES(6569, '["VIL_vwt4_banksec",2]', 2, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 0, 651, 'trade_any_vehicle');
|
||||
INSERT INTO `Traders_DATA` VALUES(6570, '["VIL_fobia_civil",2]', 1, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 652, 'trade_any_vehicle');
|
||||
INSERT INTO `Traders_DATA` VALUES(6571, '["VIL_fobia_civil1",2]', 1, '[8,"ItemGoldBar",1]', '[4,"ItemAluminumBar",1]', 0, 652, 'trade_any_vehicle');
|
||||
INSERT INTO `Traders_DATA` VALUES(6571, '["VIL_fobia_civil1",2]', 1, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 652, 'trade_any_vehicle');
|
||||
INSERT INTO `Traders_DATA` VALUES(6572, '["VIL_fobia_civil2",2]', 1, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 652, 'trade_any_vehicle');
|
||||
INSERT INTO `Traders_DATA` VALUES(6573, '["VIL_fobia_civil3",2]', 1, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 652, 'trade_any_vehicle');
|
||||
INSERT INTO `Traders_DATA` VALUES(6574, '["VIL_fobia_civil4",2]', 1, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 652, 'trade_any_vehicle');
|
||||
|
||||
Reference in New Issue
Block a user