许愿池:修改限制
This commit is contained in:
@@ -43,7 +43,7 @@ export class WishPoolHandler {
|
||||
let dicGoods = getGoodById(goodId)
|
||||
if (!dicGoods) return resResult(STATUS.DIC_DATA_NOT_FOUND);
|
||||
let dicItid = ITID.get(dicGoods.itid);
|
||||
if (dicItid.type != CONSUME_TYPE.SOUL && type != WISH_POOL_TYPE.SOUL)
|
||||
if (dicItid.type != CONSUME_TYPE.SOUL || type != WISH_POOL_TYPE.SOUL)
|
||||
return resResult(STATUS.GUILD_WISH_POOL_CAN_NOT_WISH);
|
||||
|
||||
let userGuild = await refreshUserGuild(myUserGuild, roleId);
|
||||
|
||||
Reference in New Issue
Block a user