修改util为公共地址
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
import { DailyRecordModel } from '../db/DailyRecord';
|
||||
import { getGamedata } from '../util/gamedata';
|
||||
import { getGamedata } from '../pubUtils/gamedata';
|
||||
|
||||
// 检查每日本次数checkBattle使用
|
||||
export async function checkDaily(roleId: string, battleId: number, inc: number) {
|
||||
|
||||
Reference in New Issue
Block a user