hch
2 天以前 35d98e9c630fd4408561c8c54b4c09193bb9ce9e
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFace.py
@@ -186,7 +186,9 @@
        if unlockWay == 3: # 关联武将
            heroID = unlockValue
            return True if PlayerHero.GetHeroActivite(curPlayer, heroID) else False
        if unlockWay == 4: # 关联武将皮肤
            skinID = unlockValue
            return True if PlayerHero.GetHeroSkinState(curPlayer, skinID) else False
    return False
def RefreshFaceAttr(curPlayer):