From 7f23f1c4f26cf6b3c1bd2bdd5d2348c9bc2ff936 Mon Sep 17 00:00:00 2001 From: jostster Date: Mon, 17 Mar 2014 09:47:46 -0700 Subject: [PATCH] Update epoch.sql L85A2_Holo had the buy gold set at 9 10oz bars but sold for 6 gold bars. Changed them to fit the other weapon price range. --- Server Files/SQL/epoch.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Server Files/SQL/epoch.sql b/Server Files/SQL/epoch.sql index 302c0d1d3..036c0271b 100644 --- a/Server Files/SQL/epoch.sql +++ b/Server Files/SQL/epoch.sql @@ -1606,13 +1606,13 @@ INSERT INTO `Traders_DATA` VALUES(7359, '["100Rnd_762x51_M240",1]', 250, '[2,"It INSERT INTO `Traders_DATA` VALUES(7360, '["20Rnd_762x51_FNFAL",1]', 250, '[4,"ItemSilverBar10oz",1]', '[2,"ItemSilverBar10oz",1]', 0, 577, 'trade_items'); INSERT INTO `Traders_DATA` VALUES(7361, '["20Rnd_762x51_SB_SCAR",1]', 250, '[1,"ItemGoldBar",1]', '[5,"ItemSilverBar10oz",1]', 0, 577, 'trade_items'); INSERT INTO `Traders_DATA` VALUES(7362, '["BAF_L85A2_RIS_SUSAT",3]', 250, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 485, 'trade_weapons'); -INSERT INTO `Traders_DATA` VALUES(7363, '["BAF_L85A2_RIS_Holo",3]', 251, '[9,"ItemGoldBar10oz",1]', '[6,"ItemGoldBar",1]', 0, 485, 'trade_weapons'); +INSERT INTO `Traders_DATA` VALUES(7363, '["BAF_L85A2_RIS_Holo",3]', 251, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 485, 'trade_weapons'); INSERT INTO `Traders_DATA` VALUES(7364, '["BAF_L85A2_RIS_SUSAT",3]', 251, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 602, 'trade_weapons'); -INSERT INTO `Traders_DATA` VALUES(7365, '["BAF_L85A2_RIS_Holo",3]', 250, '[9,"ItemGoldBar10oz",1]', '[6,"ItemGoldBar",1]', 0, 602, 'trade_weapons'); +INSERT INTO `Traders_DATA` VALUES(7365, '["BAF_L85A2_RIS_Holo",3]', 250, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 602, 'trade_weapons'); INSERT INTO `Traders_DATA` VALUES(7366, '["BAF_L85A2_RIS_SUSAT",3]', 250, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 615, 'trade_weapons'); -INSERT INTO `Traders_DATA` VALUES(7367, '["BAF_L85A2_RIS_Holo",3]', 250, '[9,"ItemGoldBar10oz",1]', '[6,"ItemGoldBar",1]', 0, 615, 'trade_weapons'); +INSERT INTO `Traders_DATA` VALUES(7367, '["BAF_L85A2_RIS_Holo",3]', 250, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 615, 'trade_weapons'); INSERT INTO `Traders_DATA` VALUES(7368, '["BAF_L85A2_RIS_SUSAT",3]', 255, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 637, 'trade_weapons'); -INSERT INTO `Traders_DATA` VALUES(7369, '["BAF_L85A2_RIS_Holo",3]', 253, '[9,"ItemGoldBar10oz",1]', '[6,"ItemGoldBar",1]', 0, 637, 'trade_weapons'); +INSERT INTO `Traders_DATA` VALUES(7369, '["BAF_L85A2_RIS_Holo",3]', 253, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 637, 'trade_weapons'); INSERT INTO `Traders_DATA` VALUES(7370, '["V3S_Civ",2]', 1, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 0, 564, 'trade_any_vehicle'); INSERT INTO `Traders_DATA` VALUES(7371, '["V3S_RA_TK_GUE_EP1_DZE",2]', 1, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 0, 564, 'trade_any_vehicle'); INSERT INTO `Traders_DATA` VALUES(7373, '["V3S_TK_EP1_DZE",2]', 1, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 0, 564, 'trade_any_vehicle');