修改util为公共地址
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { GOOD_TYPE } from './../consts/consts';
|
||||
import { EquipModel } from './../db/Equip';
|
||||
import { CounterModel } from './../db/Counter';
|
||||
import { decodeStr } from '../util/util';
|
||||
import { getGoodById } from '../util/gamedata';
|
||||
import { decodeStr } from '../pubUtils/util';
|
||||
import { getGoodById } from '../pubUtils/gamedata';
|
||||
|
||||
export async function handleFixedReward(roleId: string, roleName: string, rewardStr: string, multi: number) {
|
||||
let reward = decodeStr('fixReward', rewardStr);
|
||||
|
||||
Reference in New Issue
Block a user