From 4133806177181b59bec69de3deeaab6eff7fce3e Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期四, 22 十一月 2018 21:21:05 +0800
Subject: [PATCH] 4966 【前端】【1.3】修复装备星级奖励属性显示错误
---
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