From cd4e26da0a2347a79aa18f4c77a5df9b103abfa6 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 23 十一月 2018 10:30:24 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Lua/Gen/SnxxzUIPlayerPackModelWrap.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Lua/Gen/SnxxzUIPlayerPackModelWrap.cs b/Lua/Gen/SnxxzUIPlayerPackModelWrap.cs
index 74d4ab6..03ecd12 100644
--- a/Lua/Gen/SnxxzUIPlayerPackModelWrap.cs
+++ b/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);
                         

--
Gitblit v1.8.0