mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update 1_0_4_updates.sql
This commit is contained in:
@@ -30,11 +30,11 @@ UPDATE `Traders_DATA` SET `sell`= '[1,"ItemSilverBar",1]' WHERE `sell`='[2,"Item
|
||||
UPDATE `Traders_DATA` SET `sell`= '[1,"ItemSilverBar",1]' WHERE `sell`='[1,"ItemCopperBar",1]';
|
||||
|
||||
-- ----------------------------
|
||||
+-- Set any buy value of 30 silver to 1 gold
|
||||
+-- ----------------------------
|
||||
+UPDATE `Traders_DATA` SET `buy`= '[1,"ItemGoldBar",1]' WHERE `buy`='[3,"ItemSilverBar10oz",1]]';
|
||||
+
|
||||
+-- ----------------------------
|
||||
-- Set any buy value of 30 silver to 1 gold
|
||||
-- ----------------------------
|
||||
UPDATE `Traders_DATA` SET `buy`= '[1,"ItemGoldBar",1]' WHERE `buy`='[3,"ItemSilverBar10oz",1]]';
|
||||
|
||||
-- ----------------------------
|
||||
|
||||
-- ----------------------------
|
||||
-- PRICE REVIEW
|
||||
|
||||
Reference in New Issue
Block a user