Update 1.0.4.1_Updates.sql

This commit is contained in:
vbawol
2014-02-04 16:36:25 -06:00
parent bc49fc5966
commit 24b6b5c3f0

View File

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