This will change all the chips in the Lak trader shop to the epic 7.3 Chips Just a quick easy fix for you guys, to do.
-- Removes old --
DELETE FROM Arcadia.dbo.MarketResource
where name = 'boost_chip' or name = 'secroute_boost_chip'
-- Adds to Normal town. --
INSERT INTO Arcadia.dbo.MarketResource
( [sort_id]
,[name]
,[code]
,[price_ratio]
,[huntaholic_ratio])
VALUES('849','boost_chip','690303','1.000','0.000' )
INSERT INTO Arcadia.dbo.MarketResource
( [sort_id]
,[name]
,[code]
,[price_ratio]
,[huntaholic_ratio])
VALUES('850','boost_chip','690321','1.000','0.000' )
INSERT INTO Arcadia.dbo.MarketResource
( [sort_id]
,[name]
,[code]
,[price_ratio]
,[huntaholic_ratio])
VALUES('852','boost_chip','690322','1.000','0.000' )
-- Hidden Village Shop --
INSERT INTO Arcadia.dbo.MarketResource
( [sort_id]
,[name]
,[code]
,[price_ratio]
,[huntaholic_ratio])
VALUES('853','secroute_boost_chip','690303','0.850 ','0.000')
INSERT INTO Arcadia.dbo.MarketResource
( [sort_id]
,[name]
,[code]
,[price_ratio]
,[huntaholic_ratio])
VALUES('854','secroute_boost_chip','690321','0.850 ','0.000')
INSERT INTO Arcadia.dbo.MarketResource
( [sort_id]
,[name]
,[code]
,[price_ratio]
,[huntaholic_ratio])
VALUES('854','secroute_boost_chip','690322','0.850 ','0.000')