Lua/Gen/UIHelperWrap.cs @@ -874,7 +874,7 @@ { int _place = LuaAPI.xlua_tointeger(L, 1); string gen_ret = UIHelper.GetEquipAreaName( _place ); string gen_ret = UIHelper.GetEquipPlaceName( _place ); LuaAPI.lua_pushstring(L, gen_ret);