少年修仙传客户端代码仓库
client_Zxw
2018-11-23 cd4e26da0a2347a79aa18f4c77a5df9b103abfa6
Lua/Gen/SnxxzUIPlayerPackModelWrap.cs
@@ -790,9 +790,10 @@
            
                
                {
                    int __curStarsCount = LuaAPI.xlua_tointeger(L, 2);
                    int _starsCount;
                    
                        System.Collections.Generic.List<int> gen_ret = gen_to_be_invoked.GetAddAttrIdByStars( out _starsCount );
                        System.Collections.Generic.List<int> gen_ret = gen_to_be_invoked.GetAddAttrIdByStars( __curStarsCount, out _starsCount );
                        translator.Push(L, gen_ret);
                    LuaAPI.xlua_pushinteger(L, _starsCount);