From 24b6b5c3f044ca52b0d52ce8b22198f912eaa16b Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 4 Feb 2014 16:36:25 -0600 Subject: [PATCH] Update 1.0.4.1_Updates.sql --- Server Files/SQL/1.0.4.1_Updates.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/Server Files/SQL/1.0.4.1_Updates.sql b/Server Files/SQL/1.0.4.1_Updates.sql index f5060efa0..e311a166e 100644 --- a/Server Files/SQL/1.0.4.1_Updates.sql +++ b/Server Files/SQL/1.0.4.1_Updates.sql @@ -8,6 +8,7 @@ UPDATE `Traders_DATA` SET `buy` = '[4,"ItemBriefcase100oz",1]', `sell` = '[1,"It UPDATE `Traders_DATA` SET `buy` = '[2,"ItemBriefcase100oz",1]', `sell` = '[1,"ItemBriefcase100oz",1]' WHERE `item` LIKE '%Mi17%'; UPDATE `Traders_DATA` SET `buy` = '[2,"ItemBriefcase100oz",1]', `sell` = '[1,"ItemBriefcase100oz",1]' WHERE `item` LIKE '%GAZ_Vodnik_DZE%'; UPDATE `Traders_DATA` SET `buy` = '[1,"ItemBriefcase100oz",1]', `sell` = '[5,"ItemGoldBar10oz",1]' WHERE `item` LIKE '%GAZ_Vodnik_MedEvac%'; +UPDATE `Traders_DATA` SET `buy` = '[2,"ItemGoldBar10oz",1]', `sell` = '[1,"ItemGoldBar10oz",1]' WHERE `item` LIKE '%MTVR_DES_EP1%'; INSERT IGNORE INTO `Traders_DATA` (`id`, `item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES (NULL,'["BAF_Merlin_DZE",2]', 10, '[2,"ItemBriefcase100oz",1]]', '[1,"ItemBriefcase100oz",1]]', 0, 517, 'trade_any_vehicle'); INSERT IGNORE INTO `Traders_DATA` (`id`, `item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES (NULL,'["MH60S_DZE",2]', 10, '[4,"ItemBriefcase100oz",1]]', '[1,"ItemBriefcase100oz",1]]', 0, 512, 'trade_any_vehicle');