From 64fda3340856e520dc7102a99f1e4a377c1f25d6 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Wed, 29 Jan 2014 10:59:29 -0600 Subject: [PATCH] increase pipebomb cost and HMMWV_M1151_M2_CZ_DES_EP1_* --- Server Files/SQL/1.0.4.1_Updates.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Server Files/SQL/1.0.4.1_Updates.sql diff --git a/Server Files/SQL/1.0.4.1_Updates.sql b/Server Files/SQL/1.0.4.1_Updates.sql new file mode 100644 index 000000000..07b456614 --- /dev/null +++ b/Server Files/SQL/1.0.4.1_Updates.sql @@ -0,0 +1,2 @@ +UPDATE `traders_data` SET `buy` = '[4,"ItemBriefcase100oz",1]' WHERE `item` LIKE '%pipebomb%'; +UPDATE `traders_data` SET `buy` = '[4,"ItemBriefcase100oz",1]', `sell` = '[1,"ItemBriefcase100oz",1]' WHERE `item` LIKE '%HMMWV_M1151_M2_CZ_DES_EP1%'; \ No newline at end of file