diff --git a/LogicServer/data/config/upstar/UpstarPrice.config b/LogicServer/data/config/upstar/UpstarPrice.config index a673065..2e53bf6 100755 --- a/LogicServer/data/config/upstar/UpstarPrice.config +++ b/LogicServer/data/config/upstar/UpstarPrice.config @@ -1,13 +1,5 @@ ---AB-元宝替代.xlsx 升星道具 UpstarPriceConfig = { -[852] = { - itemid = 852, - id = 2, - price = 50, -}, -[954] = { - itemid = 954, - id = 1, - price = 10, -}, -} \ No newline at end of file + [845] = { id = 1, itemid = 845, price = 2000 }, + [852] = { id = 2, itemid = 852, price = 50 }, + [954] = { id = 1, itemid = 954, price = 10 }, +}