【bug】=====心魔助战英雄修改

dev_chengFeng
wangzhenxing 2022-04-06 16:21:34 +08:00
parent 50c78ef888
commit 9d772eab4c
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ function this.UpdateHeroDatas(_msgHeroData,_msgPlayerData)
heroData.lockState = _msgHeroData.lockState heroData.lockState = _msgHeroData.lockState
heroData.createtype = _msgHeroData.createtype heroData.createtype = _msgHeroData.createtype
local _configData = heroViewConfig[_id] local _configData = heroViewConfig[_id]
heroData.changeProId = _msgHeroData.propertyId
heroData.skinId = _msgHeroData.skinId or 0 heroData.skinId = _msgHeroData.skinId or 0
if heroData.skinId == 0 then if heroData.skinId == 0 then
heroData.skinConfig = _configData heroData.skinConfig = _configData