diff --git a/src/api_s2c/jjc/ApiOpen.ts b/src/api_s2c/jjc/ApiOpen.ts index 4002e1a..700ada3 100644 --- a/src/api_s2c/jjc/ApiOpen.ts +++ b/src/api_s2c/jjc/ApiOpen.ts @@ -2,6 +2,7 @@ import {ApiCall} from "tsrpc"; import {JJCFun} from '../../public/jjc'; import {ReqOpen, ResOpen} from "../../shared/protocols/jjc/PtlOpen"; import {PublicShared} from '../../shared/public/public'; +import {UserFun} from "../../public/user"; export default async function (call: ApiCall) { const dbData = await JJCFun.getMyData(call.uid); @@ -28,6 +29,7 @@ export default async function (call: ApiCall) { ...enemy }); + UserFun.activeHeadFrame(call.uid, 'jjc_rank', data["rank"] + 1); JJCFun.checkUpdatePlayer() } \ No newline at end of file