Update 1_0_4_updates.sql

This commit is contained in:
SGanthony
2014-01-24 11:04:37 -06:00
parent 3a857932dc
commit bb8530d120

View File

@@ -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]'; UPDATE `Traders_DATA` SET `sell`= '[1,"ItemSilverBar",1]' WHERE `sell`='[1,"ItemCopperBar",1]';
-- ---------------------------- -- ----------------------------
+-- Set any buy value of 30 silver to 1 gold -- Set any buy value of 30 silver to 1 gold
+-- ---------------------------- -- ----------------------------
+UPDATE `Traders_DATA` SET `buy`= '[1,"ItemGoldBar",1]' WHERE `buy`='[3,"ItemSilverBar10oz",1]]'; UPDATE `Traders_DATA` SET `buy`= '[1,"ItemGoldBar",1]' WHERE `buy`='[3,"ItemSilverBar10oz",1]]';
+
+-- ---------------------------- -- ----------------------------
-- ---------------------------- -- ----------------------------
-- PRICE REVIEW -- PRICE REVIEW