修复:修复世界频道,装备bug,军团刷新bug,抽卡心愿单bug

This commit is contained in:
luying
2021-05-13 17:59:36 +08:00
parent b7783a48a5
commit f1844cb30b
3 changed files with 15 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ export class ChatHandler {
const serverId = session.get('serverId');
const guildCode = session.get('guildCode');
const funcs: number[] = session.get('funcs');
const sid = session.get('guildCode');
const sid = session.get('sid');
let channelId = '';
if (channel === CHANNEL_PREFIX.WORLD) channelId = `${serverId}`;
if (channel === CHANNEL_PREFIX.GUILD) channelId = guildCode;