From 3b730ba3074aba6b4b1cb7b2cfc922bfc5a08156 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Mon, 25 Nov 2013 10:16:21 -0500 Subject: [PATCH] #696 Add more weapons to loot spawns --- Server Files/mysql/add_new_weapons.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server Files/mysql/add_new_weapons.sql b/Server Files/mysql/add_new_weapons.sql index b5bf815db..fb3811fe0 100644 --- a/Server Files/mysql/add_new_weapons.sql +++ b/Server Files/mysql/add_new_weapons.sql @@ -17,7 +17,7 @@ INSERT INTO `trader_items` VALUES(NULL, 'M249_m145_EP1_DZE', 3, 'Machine Gun', ' INSERT INTO `trader_items` VALUES(NULL, 'MG36_camo', 3, 'Machine Gun', 'trade_weapons'); INSERT INTO `trader_items` VALUES(NULL, '100Rnd_556x45_BetaCMag', 1, 'Ammo - Light Machine Gun', 'trade_items'); INSERT INTO `trader_items` VALUES(NULL, '75Rnd_545x39_RPK', 1, 'Ammo - Light Machine Gun', 'trade_items'); -INSERT INTO `trader_items` VALUES(NULL, 'M4A1_HWS_GL_SD_Camo', 1, 'Rifle', 'trade_items'); +INSERT INTO `trader_items` VALUES(NULL, 'M4A1_HWS_GL_SD_Camo', 3, 'Rifle', 'trade_items'); -- ------------------------------------------------------------------------------------------------------------- -- This needs flushed out more, as most is on black market (bizon, saiga should be on other vendors?)